Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ dependencies = [
"sphinx-book-theme==1.0.0rc2",
"myst_nb==0.17.1",
"myst-parser[linkify]==0.18.1",
"sphinx-notfound-page==0.8.3",
"sphinxcontrib-bibtex==2.5.0",
"sphinx-notfound-page==0.8.3"
]
requires-python = ">=3.8"
16 changes: 0 additions & 16 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,9 @@ docutils==0.16
# via
# breathe
# myst-parser
# pybtex-docutils
# pydata-sphinx-theme
# rocm-docs-core (pyproject.toml)
# sphinx
# sphinxcontrib-bibtex
executing==1.2.0
# via stack-data
fastjsonschema==2.16.3
Expand Down Expand Up @@ -96,8 +94,6 @@ jupyter-core==5.2.0
# ipykernel
# jupyter-client
# nbformat
latexcodec==2.0.1
# via pybtex
linkify-it-py==1.0.3
# via myst-parser
markdown-it-py==2.2.0
Expand Down Expand Up @@ -154,12 +150,6 @@ ptyprocess==0.7.0
# via pexpect
pure-eval==0.2.2
# via stack-data
pybtex==0.24.0
# via
# pybtex-docutils
# sphinxcontrib-bibtex
pybtex-docutils==1.0.2
# via sphinxcontrib-bibtex
pycparser==2.21
# via cffi
pydata-sphinx-theme==0.13.1
Expand All @@ -185,7 +175,6 @@ pyyaml==6.0
# jupyter-cache
# myst-nb
# myst-parser
# pybtex
# sphinx-external-toc
pyzmq==25.0.0
# via
Expand All @@ -198,8 +187,6 @@ requests==2.28.2
six==1.16.0
# via
# asttokens
# latexcodec
# pybtex
# python-dateutil
smmap==5.0.0
# via gitdb
Expand All @@ -219,7 +206,6 @@ sphinx==4.3.1
# sphinx-design
# sphinx-external-toc
# sphinx-notfound-page
# sphinxcontrib-bibtex
sphinx-book-theme==1.0.0rc2
# via rocm-docs-core (pyproject.toml)
sphinx-copybutton==0.5.1
Expand All @@ -232,8 +218,6 @@ sphinx-notfound-page==0.8.3
# via rocm-docs-core (pyproject.toml)
sphinxcontrib-applehelp==1.0.4
# via sphinx
sphinxcontrib-bibtex==2.5.0
# via rocm-docs-core (pyproject.toml)
sphinxcontrib-devhelp==1.0.2
# via sphinx
sphinxcontrib-htmlhelp==2.0.1
Expand Down
2 changes: 1 addition & 1 deletion src/rocm_docs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def setup(self) -> None:
]

if self._ran_doxygen:
self.extensions += ["sphinx.ext.mathjax", "breathe", "sphinxcontrib.bibtex"]
self.extensions += ["sphinx.ext.mathjax", "breathe"]
self.breathe_projects = {
self._project_name: str(self._doxygen_path)
}
Expand Down