File: mkdocs.yml

package info (click to toggle)
python-dotenv 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 260 kB
  • sloc: python: 1,457; makefile: 52
file content (29 lines) | stat: -rw-r--r-- 580 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
site_name: python-dotenv
repo_url: https://github.com/theskumar/python-dotenv
edit_uri: ""
theme:
  name: material
  palette:
    primary: green
  features:
    - toc.follow
    - navigation.sections

markdown_extensions:
  - mdx_truly_sane_lists

plugins:
  - mkdocstrings:
      handlers:
        python:
          rendering:
            show_root_heading: yes
            show_submodules: no
            separate_signature: yes
  - search
nav:
  - Home: index.md
  - Changelog: changelog.md
  - Contributing: contributing.md
  - Reference: reference.md
  - License: license.md