Skip to content

Commit

Permalink
Merge pull request #41 from us-irs/update-readthedocs-yaml
Browse files Browse the repository at this point in the history
bump .readthedocs.yaml and sphinx-rtd-theme version
  • Loading branch information
robamu authored Oct 5, 2023
2 parents 57efbe4 + 0d83644 commit 1db2b1b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
# Required
version: 2

# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.10"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
Expand All @@ -15,7 +21,6 @@ formats:

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.8
install:
- requirements: docs/requirements.txt
- method: pip
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sphinx-rtd-theme==1.2.0
sphinx-rtd-theme==1.3.0

0 comments on commit 1db2b1b

Please sign in to comment.