Skip to content

Commit

Permalink
readthedocs fixes (#247)
Browse files Browse the repository at this point in the history
* updating readthedocs yaml

* Fixing buildthedocs requirements and settings
  • Loading branch information
scrasmussen authored Jan 3, 2024
1 parent 6976528 commit ef3bd2d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
language = 'en'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand Down
2 changes: 2 additions & 0 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
ipython
nbsphinx
numpydoc
sphinx-rtd-theme
pandoc
10 changes: 4 additions & 6 deletions readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,15 @@ sphinx:

# Docker image used for build
build:
image: stable

os: ubuntu-22.04
tools:
python: "3.10"

# Optionally build your docs in additional formats such as PDF and ePub
formats: []

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.6
install:
- requirements: doc/requirements.txt
- requirements: requirements.txt
- method: setuptools
path: ./
system_packages: true

0 comments on commit ef3bd2d

Please sign in to comment.