Skip to content

Commit

Permalink
Merge pull request #348 from sreekarreddydfci/master
Browse files Browse the repository at this point in the history
Fixed docs
  • Loading branch information
jacob-rosenthal committed May 11, 2023
2 parents 03e9b36 + eb62e29 commit 9b6ed8e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .readthedocs.yaml
Expand Up @@ -5,13 +5,17 @@
# Required
version: 2

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

# Build documentation with Sphinx
sphinx:
configuration: docs/source/conf.py
builder: html
fail_on_warning: false

python:
version: "3.8"
install:
- requirements: docs/readthedocs-requirements.txt
1 change: 1 addition & 0 deletions docs/readthedocs-requirements.txt
Expand Up @@ -5,3 +5,4 @@ sphinx-rtd-theme==1.0.0
sphinx-autoapi==1.8.4
ipython==8.10.0
sphinx-copybutton==0.4.0

0 comments on commit 9b6ed8e

Please sign in to comment.