Skip to content

Commit

Permalink
Fix RTD build
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusH committed Oct 10, 2021
1 parent 6c2429f commit 1cacd23
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
version: 2

python:
install:
- requirements: docs/requirements.txt
version: 3.8

sphinx:
builder: html
configuration: docs/source/conf.py
fail_on_warning: true
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.[docs]
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@
install_requires=["Django>=2.2"],
extras_require={
"dev": ["pre-commit"],
"docs": [
"Django",
"sphinx_rtd_theme",
"Sphinx>=3.0,<3.4",
],
"test": [
"coverage[toml]>=5,<6",
"Django",
Expand Down

0 comments on commit 1cacd23

Please sign in to comment.