Skip to content

Commit

Permalink
Attempt to build readthedocs again.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Oct 28, 2024
1 parent 5a0aa48 commit 1daac17
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/environments/requirements-doc.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
sphinx
sphinx_rtd_theme
53 changes: 53 additions & 0 deletions .github/workflows/environments/requirements-doc.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# This file was autogenerated by uv via the following command:
# uv pip compile --python-version 3.12 --python-platform linux requirements-doc.in
alabaster==1.0.0
# via sphinx
babel==2.16.0
# via sphinx
certifi==2024.8.30
# via requests
charset-normalizer==3.4.0
# via requests
docutils==0.21.2
# via
# sphinx
# sphinx-rtd-theme
idna==3.10
# via requests
imagesize==1.4.1
# via sphinx
jinja2==3.1.4
# via sphinx
markupsafe==3.0.2
# via jinja2
packaging==24.1
# via sphinx
pygments==2.18.0
# via sphinx
requests==2.32.3
# via sphinx
snowballstemmer==2.2.0
# via sphinx
sphinx==8.1.3
# via
# -r requirements-doc.in
# sphinx-rtd-theme
# sphinxcontrib-jquery
sphinx-rtd-theme==3.0.1
# via -r requirements-doc.in
sphinxcontrib-applehelp==2.0.0
# via sphinx
sphinxcontrib-devhelp==2.0.0
# via sphinx
sphinxcontrib-htmlhelp==2.1.0
# via sphinx
sphinxcontrib-jquery==4.1
# via sphinx-rtd-theme
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
urllib3==2.2.3
# via requests
1 change: 1 addition & 0 deletions .github/workflows/environments/update-lockfiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ do
done

uv pip compile --python-version 3.13 --python-platform linux requirements-build.in > requirements-build.txt
uv pip compile --python-version 3.12 --python-platform linux requirements-doc.in > requirements-doc.txt
5 changes: 3 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ build:
python: "3.12"
python:
install:
- method: pip
path: .
- requirements: .github/workflows/environments/requirements-doc.txt
- method: pip
path: .
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
# General information about the project.
project = "rowan"
year = datetime.date.today().year
copyright = "2017-{year}, The Regents of the University of Michigan" # noqa: A001
copyright = f"2017-{year}, The Regents of the University of Michigan" # noqa: A001
author = "Vyas Ramasubramani"

# The version info for the project you're documenting, acts as replacement for
Expand Down

0 comments on commit 1daac17

Please sign in to comment.