Try to use theme.
parent
f8973915fd
commit
b23883d042
|
@ -5,6 +5,10 @@ build:
|
|||
tools:
|
||||
python: "3.9"
|
||||
|
||||
mkdocs:
|
||||
configuration: mkdocs.yml
|
||||
fail_on_warning: false
|
||||
|
||||
python:
|
||||
install:
|
||||
- requirements: requirements.txt
|
||||
|
|
|
@ -46,7 +46,6 @@ nav:
|
|||
- Contributing: about/contributing.md
|
||||
|
||||
copyright: <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC-BY-SA 4.0</a>, Maintained by polistern
|
||||
theme: readthedocs
|
||||
|
||||
markdown_extensions:
|
||||
- admonition
|
||||
|
|
Loading…
Reference in New Issue