https://github.com/schmichael/gosphinxbuild
Builds sphinx docs
https://github.com/schmichael/gosphinxbuild
Last synced: 12 months ago
JSON representation
Builds sphinx docs
- Host: GitHub
- URL: https://github.com/schmichael/gosphinxbuild
- Owner: schmichael
- Created: 2012-12-14T00:06:00.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-01-15T18:09:43.000Z (over 13 years ago)
- Last Synced: 2025-06-24T23:08:17.408Z (12 months ago)
- Language: Go
- Size: 168 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Sphinx Autobuilder
==================
So you write Sphinx_ docs? That's great. Want an autobuilder? Here's one:
.. code-block::
go get -u github.com/schmichael/gosphinxbuild
cd ~/some/sphinx/root
gsb
Just run ``gsb`` in an environment where ``make html`` works (so activate a
virtualenv if necessary).
.. _Sphinx: http://sphinx-doc.org/