Skip to content

Commit

Permalink
Use .readthedocs.yml (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
retr0h committed Mar 16, 2020
1 parent 1fb6780 commit 7b436d4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
12 changes: 12 additions & 0 deletions .readthedocs.yml
@@ -0,0 +1,12 @@
---
version: 2
sphinx:
configuration: doc/source/conf.py
formats: all
python:
version: 3.7
install:
- method: pip
path: .
extra_requirements:
- doc
3 changes: 0 additions & 3 deletions doc-requirements.txt

This file was deleted.

4 changes: 4 additions & 0 deletions setup.cfg
Expand Up @@ -60,6 +60,10 @@ test =
pytest-helpers-namespace
pytest-mock
twine
# These are required during doc:
doc =
Sphinx
sphinx_rtd_theme

[options.entry_points]
console_scripts =
Expand Down

0 comments on commit 7b436d4

Please sign in to comment.