diff --git a/docs/Makefile b/docs/Makefile index aa8967e6..7981c606 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -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 diff --git a/docs/index.rst b/docs/index.rst index 4dc556f4..6d46d8dd 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -22,8 +22,8 @@ Indices and tables * :ref:`modindex` * :ref:`search` -.. Recent Changes -.. ============== +Recent Changes +============== -.. .. git_changelog:: -.. :revisions: 16 \ No newline at end of file +.. git_changelog:: + :revisions: 16 \ No newline at end of file diff --git a/docs/javascript.rst b/docs/javascript.rst index cdfaaf4d..0b06711f 100644 --- a/docs/javascript.rst +++ b/docs/javascript.rst @@ -11,4 +11,4 @@ Problems Solved .. toctree:: :maxdepth: 1 - javascript/p0001.rst +.. javascript/p0001.rst diff --git a/docs/requirements.txt b/docs/requirements.txt index b4bfd1a2..2d6bb844 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,6 +1,6 @@ -sphinx +sphinx>=3.1 sphinx-rtd-theme sphinx-git -sphinxcontrib-autojs +sphinx-js sphinx-c-autodoc beautifulsoup4 \ No newline at end of file