Skip to content

Commit

Permalink
[docs] add ReadTheDocs config file (#1324)
Browse files Browse the repository at this point in the history
  • Loading branch information
jschneier committed Oct 9, 2023
1 parent 6067eb5 commit 35aba3b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .readthedocs.yaml
@@ -0,0 +1,16 @@
# Read the Docs configuration file for Sphinx projects
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2

build:
os: ubuntu-22.04
tools:
python: "3.11"

sphinx:
configuration: docs/conf.py

python:
install:
- requirements: docs/requirements.txt
1 change: 1 addition & 0 deletions docs/requirements.txt
@@ -0,0 +1 @@
Sphinx==7.2.6

0 comments on commit 35aba3b

Please sign in to comment.