Skip to content

Commit

Permalink
Merge pull request #439 from SynBioDex/update-read-the-docs
Browse files Browse the repository at this point in the history
Update read the docs build
  • Loading branch information
jakebeal authored Oct 7, 2023
2 parents 4ec191f + acd15cb commit f1b8577
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# 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"

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

# Optionally declare the Python requirements required to build your docs
python:
install:
- requirements: docs/requirements.txt
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
sphinx-autoapi
sphinx_rtd_theme

0 comments on commit f1b8577

Please sign in to comment.