Skip to content

Commit

Permalink
Merge pull request #9 from ewjoachim/fix-rtd
Browse files Browse the repository at this point in the history
Fix readthedocs
  • Loading branch information
ewjoachim authored Mar 8, 2021
2 parents a152e9a + 955e2ff commit 8440be6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

python:
install:
- requirements: docs/requirements.txt
8 changes: 8 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Sadly, these requirements need to be duplicated from pyproject.toml
# so that readthedocs can work. This is due to an incompatibility between
# the readthedocs build and poetry: readthedocs cannot install poetry's dev
# dependencies.
Sphinx
sphinx-material
sphinx-github-changelog
sphinx-autodoc-typehints

0 comments on commit 8440be6

Please sign in to comment.