Skip to content

Commit

Permalink
Update Read the Docs configuration file (#173)
Browse files Browse the repository at this point in the history
* Update RTD configuration file

* Add blank line in reStructuredText directive
  • Loading branch information
namurphy authored Aug 31, 2023
1 parent a795d14 commit 6fca729
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,16 @@ formats:
build:
os: ubuntu-22.04
tools:
python: '3.10'
python: '3.11'
apt_packages:
- graphviz
jobs:
pre_create_environment:
- python -m pip install --upgrade setuptools pip
post_build:
- echo https://docs.plasmapy.org/en/latest/contributing/doc_guide.html#troubleshooting
- echo $'\n'For help deciphering documentation build error messages, see:$'\n\n'\ \ https://docs.plasmapy.org/en/latest/contributing/doc_guide.html#troubleshooting

python:
install:
- method: pip
path: .
extra_requirements:
- docs
system_packages: true
1 change: 1 addition & 0 deletions docs/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Getting started

.. nbgallery::
:glob:

notebooks/getting_started/*

Computing response functions
Expand Down

0 comments on commit 6fca729

Please sign in to comment.