sphinx-reload
sphinx-reload copied to clipboard
Live preview your Sphinx documentation
First of all: Thanks for writing this! I like its simplicity. Second, it would be nice to have the option not to open the browser when running sphinx-reload, e.g. ```...
The `import sphinx_reload` in setup.py causes several problems: 1) Each install requirement of `sphinx_reload` becomes a build requirement as well; when I do `pip install -e .` for example, I'm...
This is probably an unnecessary lines due to the conversion of HTML data to a text file, so erase them.
``` $ pip install sphinx-reload Collecting sphinx-reload Downloading https://files.pythonhosted.org/packages/9e/0c/cc638554fbb12066329aff959e6cd0dc24797c3de878326d0decd8c366f3/sphinx-reload-0.2.0.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "/tmp/pip-build-xKZWfR/sphinx-reload/setup.py", line 5,...
Hi! Thanks for making `sphinx-reload`. We developed `scikit-package`(https://github.com/scikit-package/scikit-package) to help the scientific community build Python applications, and we want to encourage more people to use `sphinx-reload` in their workflow. But...