mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Fix Makefile for new docs structure
This commit is contained in:
parent
340c79fbdd
commit
a1aa64aa61
11
Makefile
11
Makefile
@ -65,12 +65,11 @@ coverage: ## check code coverage quickly with the default Python
|
||||
$(BROWSER) htmlcov/index.html
|
||||
|
||||
docs: ## generate Sphinx HTML documentation, including API docs
|
||||
rm -f docs/bigchaindb.rst
|
||||
rm -f docs/modules.rst
|
||||
sphinx-apidoc -o docs/ bigchaindb
|
||||
$(MAKE) -C docs clean
|
||||
$(MAKE) -C docs html
|
||||
$(BROWSER) docs/_build/html/index.html
|
||||
$(MAKE) -C docs/root clean
|
||||
$(MAKE) -C docs/root html
|
||||
$(MAKE) -C docs/server clean
|
||||
$(MAKE) -C docs/server html
|
||||
$(BROWSER) docs/root/_build/html/index.html
|
||||
|
||||
servedocs: docs ## compile the docs watching for changes
|
||||
watchmedo shell-command -p '*.rst' -c '$(MAKE) -C docs html' -R -D .
|
||||
|
Loading…
x
Reference in New Issue
Block a user