Skip to content

Commit

Permalink
upgrade to readthedocs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerickel committed Aug 25, 2023
1 parent b4e78bd commit 8a4f6eb
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
17 changes: 17 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# https://docs.readthedocs.io/en/stable/config-file/v2.html
version: 2
build:
os: ubuntu-22.04
tools:
python: '3.11'
sphinx:
configuration: docs/conf.py
formats:
- pdf
- epub
python:
install:
- method: pip
path: .
extra_requirements:
- docs
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ include CHANGES.rst HISTORY.rst BFG_HISTORY.rst
include CONTRIBUTORS.txt LICENSE.txt COPYRIGHT.txt

include .coveragerc .flake8 setup.cfg pyproject.toml
include tox.ini appveyor.yml .travis.yml rtd.txt
include tox.ini .readthedocs.yaml
include contributing.md RELEASING.txt HACKING.txt TODO.txt
graft .github

Expand Down
1 change: 0 additions & 1 deletion rtd.txt

This file was deleted.

0 comments on commit 8a4f6eb

Please sign in to comment.