File: mkdocs.yml

package info (click to toggle)
subprocess-tee 0.4.2-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 172 kB
  • sloc: python: 266; makefile: 4
file content (40 lines) | stat: -rw-r--r-- 960 bytes parent folder | download | duplicates (2)
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
site_name: subprocess-tee
site_url: https://subprocess-tee.readthedocs.io/
repo_url: https://github.com/pycontribs/subprocess-tee

theme:
  name: "material"
  features:
    - content.code.copy
    - content.action.edit
extra:
  social:
    - icon: fontawesome/brands/github-alt
      link: https://github.com/squidfunk
nav:
  - home: index.md
  - github: https://github.com/pycontribs/subprocess-tee

plugins:
  - search
  - social
  - mkdocstrings
  - git-revision-date-localized:
      enable_creation_date: true

markdown_extensions:
  - pymdownx.highlight:
      anchor_linenums: true
  - pymdownx.inlinehilite
  - pymdownx.snippets
  - pymdownx.superfences
  - pymdownx.magiclink:
      repo_url_shortener: true
      repo_url_shorthand: true
      social_url_shorthand: true
      social_url_shortener: true
      user: facelessuser
      repo: pymdown-extensions
      normalize_issue_symbols: true
  - markdown_include.include:
        base_path: docs