Skip to content

Commit

Permalink
Set new required build fields in the ReadTheDocs config file (#1803)
Browse files Browse the repository at this point in the history
* Set the OS in the ReadTheDocs build process

* Add required tools.python to ReadTheDocs config file

* Change Python version from number to a string
  • Loading branch information
micahellison authored Oct 17, 2023
1 parent f9558f9 commit 09a96e6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
# Required
version: 2

# Set the OS
build:
os: ubuntu-22.04
tools:
python: "3"


# Build documentation in the docs/ directory
mkdocs:
configuration: mkdocs.yml
Expand Down

0 comments on commit 09a96e6

Please sign in to comment.