Skip to content

Commit

Permalink
fix(site) use RTD config file (Py38, reqs file) ...
Browse files Browse the repository at this point in the history
+ fix: limit rtd-reqs requirements dev=>doc
+ fix: include setuptools in rtd reqs.
  • Loading branch information
ankostis committed Aug 31, 2020
1 parent 07bdfbd commit 4d3a3cd
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.8
install:
- requirements: requirements/readthedocs.pip
8 changes: 8 additions & 0 deletions requirements/readthedocs.pip
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Pip-dependencies for developing the project.

## TODO: pin working versions, or rather drop it
# (`pip install wltp[dev]` is enough)
setuptools
wheel

-e .[doc]

0 comments on commit 4d3a3cd

Please sign in to comment.