Skip to content

Commit

Permalink
RTD fix (#1032)
Browse files Browse the repository at this point in the history
* rtd fix
  • Loading branch information
damonge committed Mar 15, 2023
1 parent 7372dea commit 95b47e3
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
25 changes: 25 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

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

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

# If using Sphinx, optionally build your docs in additional formats such as PDF
# formats:
# - pdf

# Optionally declare the Python requirements required to build your docs
python:
install:
- requirements: readthedocs/requirements.txt
5 changes: 4 additions & 1 deletion readthedocs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
sphinx_mdinclude
sphinx==3.4.3
sphinx_mdinclude
numpy
scipy

0 comments on commit 95b47e3

Please sign in to comment.