author: Kit La Touche
Make writing your Sphinx docs a little easier.
This is a command line tool to build and serve your Sphinx docs. Run
this from inside the directory where your Sphinx Makefile is, and it
will build your docs on any *.rst
change, and serve them at
http://localhost:8000
.
Options:
-t
,--type
: the make subcommand to run, and the_build
subdirectory to serve. Defaults todirhtml
.-p
,--port
: the port to serve the docs on. Defaults to8000
.-r
,--root
: the root directory of the Sphinx project to build and serve. Defaults to.
.--help
: Show the help.--version
: Show the version.
To install use pip:
$ pip install phix
Or clone the repo:
$ git clone https://github.com/wlonk/phix.git $ python setup.py install
Then run it:
$ phix
Fork it, make a PR, and I'll take a look!