File: mkdocs.yml

package info (click to toggle)
mkdocs-test 0.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 436 kB
  • sloc: python: 938; sh: 34; makefile: 5
file content (41 lines) | stat: -rw-r--r-- 924 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
site_name: Mkdocs-Test
site_description: A framework for testing MkDocs Projects and Plugins
docs_dir: docs # indispensable or readthedocs will fail
theme: 
  # name: readthedocs
  name: alabaster
repo_url: https://github.com/fralau/mkdocs-test
edit_uri: edit/master/webdoc/docs/
copyright: Laurent Franceschetti, 2025. This work is licensed under CC BY-SA 4.0.
nav:
  - Home: index.md
  - How to Install: install.md
  - Getting Started: how_to.md
  - Advanced Usage: advanced.md
  - Testing for Developers:  developers.md
  - Large Projects: projects.md
  - API: api.md

markdown_extensions:
  - admonition
  - footnotes
  - pymdownx.superfences
  - toc:
      permalink: "ΒΆ"

extra:
  logo: logo.png
  include_toc: yes
  extra_nav_links:
    GitHub: https://github.com/notpushkin/mkdocs-alabaster



plugins:
  - search
  - mkdocstrings:
      handlers:
        python:
          options:
            show_source: false