Compare commits

..

No commits in common. '55d62ff3544b5f90beaf222a29451d3e231f36e5' and 'aea633ac8d1976fff04fd9f7766655c1d1734ed7' have entirely different histories.

  1. 5
      .readthedocs.yaml

5
.readthedocs.yaml

@ -4,17 +4,12 @@ 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