Skip to content

Commit c50a782

Browse files
authored
Merge pull request #5925 from brockdyer03/update-nexus-doc-deps
Nexus: Add documentation building dependencies in `pyproject.toml`
2 parents 18f4e25 + faad7af commit c50a782

2 files changed

Lines changed: 694 additions & 63 deletions

File tree

nexus/pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ dev = [
3131
"pytest-cov>=7.0.0",
3232
"pytest-order>=1.3.0",
3333
]
34+
docs = [
35+
"sphinx>=8.1.0",
36+
"sphinx-rtd-theme>=3.1.0",
37+
"sphinxcontrib-bibtex>=2.6.5",
38+
]
3439

3540
[project.optional-dependencies]
3641

0 commit comments

Comments
 (0)