Skip to content

Commit

Permalink
Configure rtfd using YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
fluffy-critter committed Jul 22, 2020
1 parent f0b9ec6 commit 25983d7
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 903 deletions.
10 changes: 10 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
sphinx:
configuration: docs/conf.py
python:
version: 3.7
install:
- requirements: docs/requirements.txt
- method: pip
path: .

3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,3 @@ upload: clean build
.PHONY: doc
doc:
poetry run sphinx-build -b html docs/ docs/_build

requirements.txt: pyproject.toml
poetry export --dev -f requirements.txt > requirements.txt
2 changes: 2 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
sphinx
flask

0 comments on commit 25983d7

Please sign in to comment.