Skip to content

Commit

Permalink
Merge pull request #335 from kurtmckee/fix-rtd
Browse files Browse the repository at this point in the history
Add a configuration for Read the Docs
  • Loading branch information
kurtmckee committed Feb 19, 2023
2 parents 3bd7edf + 226f888 commit 853600f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 2

# Set the version of Python and other tools you might need
build:
os: "ubuntu-22.04"
tools:
python: "3.11"

# Build documentation in the docs/ directory with Sphinx
sphinx:
builder: "html"
configuration: "docs/conf.py"
fail_on_warning: true
4 changes: 4 additions & 0 deletions changelog.d/20230219_170632_kurtmckee_fix_rtd.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Stewardship
-----------

* Add a `Read the Docs <https://readthedocs.org/>`_ configuration.

0 comments on commit 853600f

Please sign in to comment.