Compare commits

..

2 Commits

Author SHA1 Message Date
Stefan Holst 55d62ff354 sphinx config 3 months ago
Stefan Holst e311b1098a sphinx config 3 months ago
  1. 5
      .readthedocs.yaml

5
.readthedocs.yaml

@ -4,12 +4,17 @@ build:
os: "ubuntu-20.04" os: "ubuntu-20.04"
tools: tools:
python: "3.8" python: "3.8"
jobs:
post_create_environment:
- python -m pip install sphinx_rtd_theme
sphinx: sphinx:
fail_on_warning: true fail_on_warning: true
configuration: docs/conf.py
python: python:
# Install our python package before building the docs # Install our python package before building the docs
install: install:
- method: pip - method: pip
path: . path: .

Loading…
Cancel
Save