Skip to content

Commit

Permalink
Merge branch 'fix-rtd-2' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtmckee committed Feb 19, 2023
2 parents 853600f + 325d723 commit e8e22e2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,13 @@ build:
tools:
python: "3.11"

# Build documentation in the docs/ directory with Sphinx
# Build documentation in the docs/ directory with Sphinx.
sphinx:
builder: "html"
configuration: "docs/conf.py"
fail_on_warning: true

# Enforce specific versions of Sphinx.
python:
install:
- requirements: "docs/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==6.1.3
sphinx_rtd_theme==1.2.0
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ commands =
[testenv:docs]
skip_install = True
deps =
sphinx
-rdocs/requirements.txt
commands =
sphinx-build -EWq --keep-going docs/ build/docs/

Expand Down

0 comments on commit e8e22e2

Please sign in to comment.