Skip to content

Commit

Permalink
Merge pull request #237 from neutrinoceros/upgrade_sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros authored Oct 10, 2023
2 parents aa0689b + 4447d33 commit 9362472
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ commands:
# install yt_astro_analysis with extra dev dependencies
python -m pip install .
python -m pip install --requirement test_requirements.txt
python -m pip install --requirement requirements/tests.txt
# configure yt
mkdir -p $HOME/.config/yt # avoid a warning from yt
Expand Down Expand Up @@ -117,7 +117,7 @@ commands:
command: |
source $HOME/venv/bin/activate
python -m pip install --upgrade pip
python -m pip install --requirement doc/requirements.txt
python -m pip install --requirement requirements/docs.txt
cd doc/source
python -m sphinx -M html "." "_build" -W
Expand Down
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
version: 2
updates:
- package-ecosystem: pip
directory: /requirements
schedule:
interval: monthly

- package-ecosystem: github-actions
directory: /.github/workflows
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ build:

python:
install:
- requirements: doc/requirements.txt
- requirements: requirements/docs.txt
3 changes: 2 additions & 1 deletion doc/requirements.txt → requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
sphinx==4.5.0
. # install yt_astro_analysis
sphinx==7.2.6
sphinx-bootstrap-theme==0.8.1
jinja2==3.1.2
markupsafe==2.1.3
File renamed without changes.

0 comments on commit 9362472

Please sign in to comment.