Browse Source

sphinx config

main v0.0.5
Stefan Holst 1 week ago
parent
commit
55d62ff354
  1. 3
      .readthedocs.yaml

3
.readthedocs.yaml

@ -4,6 +4,9 @@ build: @@ -4,6 +4,9 @@ build:
os: "ubuntu-20.04"
tools:
python: "3.8"
jobs:
post_create_environment:
- python -m pip install sphinx_rtd_theme
sphinx:
fail_on_warning: true

Loading…
Cancel
Save