Skip to content

Commit

Permalink
Include jquery with docs (#962)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaramallion authored Aug 1, 2024
1 parent b7f54bb commit 03ca7fb
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 22 deletions.
1 change: 0 additions & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ html:
rm -rf $(BUILDDIR)/html/_images
#rm -rf _build/doctrees/
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
python fix_search.py
touch $(BUILDDIR)/html/.nojekyll
@echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
Expand Down
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
"sphinx.ext.napoleon",
"sphinx.ext.linkcode",
"sphinx.ext.extlinks",
"sphinxcontrib.jquery", # Needed by sphinx_rtd_theme
# Custom
"sphinx_copybutton",
]
Expand Down
20 changes: 0 additions & 20 deletions docs/fix_search.py

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ sqlalchemy = { version = "^2.0", optional = true }
[tool.poetry.extras]
apps = ["sqlalchemy"]
dev = ["asv", "black", "codespell", "coverage", "mypy", "pyfakefs", "pytest", "pytest-cov", "ruff", "sqlalchemy"]
docs = ["numpydoc", "sphinx", "sphinx-copybutton", "sphinx-rtd-theme"]
docs = ["numpydoc", "sphinx", "sphinx-copybutton", "sphinx-rtd-theme", "sphinxcontrib-jquery"]
tests = ["coverage", "pyfakefs", "pytest", "pytest-cov", "sqlalchemy"]

[tool.poetry.scripts]
Expand Down

0 comments on commit 03ca7fb

Please sign in to comment.