Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit a0c732a8 authored by Deepak Khatri's avatar Deepak Khatri :dog:
Browse files
parents c066a687 be5e46fc
1 merge request!89Docs updates - chapter restructuring, images, and more
......@@ -19,6 +19,9 @@ submodule:
librobotcontrol:
cd projects/librobotcontrol/docs/ ; doxygen
livehtml:
sphinx-autobuild "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
.PHONY: help Makefile submodule librobotcontrol
# Catch-all target: route all unknown targets to Sphinx using the new
......
......@@ -811,6 +811,12 @@ To preview docs on your local machine:
bone$ sphinx-serve
For hot reload in development:
.. code-block:: bash
bone$ make livehtml
Then point your browser to localhost:8081.
.. tip::
......
......@@ -87,7 +87,7 @@ navigation_with_keys = True
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'env']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'env', ".venv"]
html_theme = 'sphinx_rtd_theme'
html_show_sphinx = False
......
......@@ -3,19 +3,23 @@ Babel==2.13.1
breathe==4.35.0
certifi==2023.11.17
charset-normalizer==3.3.2
colorama==0.4.6
docutils==0.18.1
graphviz==0.20.1
idna==3.6
imagesize==1.4.1
Jinja2==3.1.2
livereload==2.6.3
MarkupSafe==2.1.3
packaging==23.2
Pillow==10.1.0
Pygments==2.17.2
requests==2.31.0
setuptools==69.0.2
six==1.16.0
snowballstemmer==2.2.0
Sphinx==7.2.6
sphinx-autobuild==2021.3.14
sphinx-copybutton==0.5.2
sphinx-rtd-theme==2.0.0
sphinx-serve==1.0.1
......@@ -30,4 +34,5 @@ sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.6
sphinxcontrib-serializinghtml==1.1.9
sphinxcontrib-svg2pdfconverter==1.2.2
tornado==6.4
urllib3==2.1.0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment