Skip to content

Commit

Permalink
chore: Add .readthedocs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jun 13, 2023
1 parent 7e274fd commit 07512e4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 2
build:
os: ubuntu-20.04
tools:
python: "3.9"
python:
install:
- path: .
- requirements: docs/requirements.txt
sphinx:
fail_on_warning: true
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ include *.sh
include COPYING
recursive-include docs *.py
recursive-include docs *.rst
recursive-include docs *.txt
recursive-include docs Makefile
recursive-include examples *.csv
recursive-include examples *.md
recursive-include examples *.placeholder
recursive-include examples *.py
recursive-include examples *.svg
recursive-include tests *.py
exclude .readthedocs.yaml
3 changes: 3 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
furo
sphinx>2
docutils>=0.18

0 comments on commit 07512e4

Please sign in to comment.