Skip to content

Commit

Permalink
docs: fix readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Jan 3, 2021
1 parent 0eb575b commit 9883fc8
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# .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

# Include PDF and ePub
formats: all

python:
version: 3.8
install:
- method: pip
path: .
extra_requirements:
- docs
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ dev =
pytest-timeout
paramiko
psutil
docs =
recommonmark >=0.5.0
Sphinx >=3.0.0
sphinx_rtd_theme >=0.5.0

[bdist_wheel]
universal = 1
Expand Down

0 comments on commit 9883fc8

Please sign in to comment.