Skip to content

Commit

Permalink
Fix read the docs. (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Aug 28, 2023
1 parent 95e7bb3 commit 7739b6f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ fail-under = 99

[manifest]
additional-rules = [
"include *.yml",
"recursive-include docs *.bat",
"recursive-include src *.dtd",
"recursive-include src *.html",
Expand Down
13 changes: 13 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 2

build:
os: "ubuntu-22.04"
tools:
python: "3.9"

python:
install:
- method: pip
path: .
extra_requirements:
- docs
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ recursive-include docs *.txt
recursive-include docs Makefile

recursive-include src *.py
include *.yml
recursive-include docs *.bat
recursive-include src *.dtd
recursive-include src *.html
Expand Down

0 comments on commit 7739b6f

Please sign in to comment.