Skip to content

Commit

Permalink
Merge pull request #4604 from prckent/fixnexusrtd
Browse files Browse the repository at this point in the history
Fix Nexus rtd configuration
  • Loading branch information
markdewing authored May 12, 2023
2 parents 2849268 + 232088e commit fa8d91a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
13 changes: 13 additions & 0 deletions nexus/.readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 2

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

sphinx:
configuration: nexus/sphinx_docs/conf.py

python:
install:
- requirements: nexus/sphinx_docs/requirements.txt
6 changes: 6 additions & 0 deletions nexus/sphinx_docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Specify exact versions for reproducible builds, e.g. in readthedocs
sphinx==3.2.0
sphinx_rtd_theme==0.5.2
sphinxcontrib-bibtex==2.2.0


0 comments on commit fa8d91a

Please sign in to comment.