Skip to content

Commit

Permalink
Enable sphinx-git, upgrade sphinx version
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Jul 1, 2024
1 parent 2c59cb8 commit a2da1e6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ help:
.PHONY: help Makefile

dependencies:
$(PIP) install -r requirements.txt $(USER_FLAG) $(PROXY_ARG)
$(PIP) install -r requirements.txt --upgrade $(USER_FLAG) $(PROXY_ARG)
cd ../python && $(MAKE) dependencies $(MFLAGS)

# Catch-all target: route all unknown targets to Sphinx using the new
Expand Down
8 changes: 4 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Indices and tables
* :ref:`modindex`
* :ref:`search`

.. Recent Changes
.. ==============
Recent Changes
==============

.. .. git_changelog::
.. :revisions: 16
.. git_changelog::
:revisions: 16
2 changes: 1 addition & 1 deletion docs/javascript.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ Problems Solved
.. toctree::
:maxdepth: 1

javascript/p0001.rst
.. javascript/p0001.rst
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sphinx
sphinx>=3.1
sphinx-rtd-theme
sphinx-git
sphinxcontrib-autojs
sphinx-js
sphinx-c-autodoc
beautifulsoup4

0 comments on commit a2da1e6

Please sign in to comment.