We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38c8fde commit dc85bd9Copy full SHA for dc85bd9
Doc/Makefile
@@ -38,6 +38,8 @@ help:
38
@echo " serve to serve the documentation on the localhost (8000)"
39
40
build:
41
+ -mkdir build
42
+ blurb merge -f build/NEWS
43
$(SPHINXBUILD) $(ALLSPHINXOPTS)
44
@echo
45
@@ -107,7 +109,7 @@ clean:
107
109
108
110
venv:
111
$(PYTHON) -m venv venv
- ./venv/bin/python3 -m pip install -U Sphinx
112
+ ./venv/bin/python3 -m pip install -U Sphinx blurb
113
114
dist:
115
rm -rf dist
Doc/whatsnew/changelog.rst
@@ -4,4 +4,4 @@
4
Changelog
5
+++++++++
6
7
-.. miscnews:: ../../Misc/NEWS
+.. miscnews:: ../build/NEWS
0 commit comments