"README.md" did not exist on "17ab66a64228819a7042c34488f7b3b77cb5800c"
Add support for hot-reload
- Uses sphinx-autobuild
- Helpful during development
Signed-off-by:
Ayush Singh <ayushdevel1325@gmail.com>
... | @@ -3,19 +3,23 @@ Babel==2.13.1 | ... | @@ -3,19 +3,23 @@ Babel==2.13.1 |
breathe==4.35.0 | breathe==4.35.0 | ||
certifi==2023.11.17 | certifi==2023.11.17 | ||
charset-normalizer==3.3.2 | charset-normalizer==3.3.2 | ||
colorama==0.4.6 | |||
docutils==0.18.1 | docutils==0.18.1 | ||
graphviz==0.20.1 | graphviz==0.20.1 | ||
idna==3.6 | idna==3.6 | ||
imagesize==1.4.1 | imagesize==1.4.1 | ||
Jinja2==3.1.2 | Jinja2==3.1.2 | ||
livereload==2.6.3 | |||
MarkupSafe==2.1.3 | MarkupSafe==2.1.3 | ||
packaging==23.2 | packaging==23.2 | ||
Pillow==10.1.0 | Pillow==10.1.0 | ||
Pygments==2.17.2 | Pygments==2.17.2 | ||
requests==2.31.0 | requests==2.31.0 | ||
setuptools==69.0.2 | setuptools==69.0.2 | ||
six==1.16.0 | |||
snowballstemmer==2.2.0 | snowballstemmer==2.2.0 | ||
Sphinx==7.2.6 | Sphinx==7.2.6 | ||
sphinx-autobuild==2021.3.14 | |||
sphinx-copybutton==0.5.2 | sphinx-copybutton==0.5.2 | ||
sphinx-rtd-theme==2.0.0 | sphinx-rtd-theme==2.0.0 | ||
sphinx-serve==1.0.1 | sphinx-serve==1.0.1 | ||
... | @@ -30,4 +34,5 @@ sphinxcontrib-jsmath==1.0.1 | ... | @@ -30,4 +34,5 @@ sphinxcontrib-jsmath==1.0.1 |
sphinxcontrib-qthelp==1.0.6 | sphinxcontrib-qthelp==1.0.6 | ||
sphinxcontrib-serializinghtml==1.1.9 | sphinxcontrib-serializinghtml==1.1.9 | ||
sphinxcontrib-svg2pdfconverter==1.2.2 | sphinxcontrib-svg2pdfconverter==1.2.2 | ||
tornado==6.4 | |||
urllib3==2.1.0 | urllib3==2.1.0 |
Please register or sign in to comment