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 c3a651a commit 4616f20Copy full SHA for 4616f20
Doc/Makefile
@@ -47,6 +47,8 @@ help:
47
48
build:
49
-mkdir -p build
50
+ $(BLURB) help
51
+ $(SPHINXBUILD) --version
52
# Look first for a Misc/NEWS file (building from a source release tarball
53
# or old repo) and use that, otherwise look for a Misc/NEWS.d directory
54
# (building from a newer repo) and use blurb to generate the NEWS file.
Doc/about.rst
@@ -2,6 +2,7 @@
2
About these documents
3
=====================
4
5
+No-op!
6
7
These documents are generated from `reStructuredText`_ sources by `Sphinx`_, a
8
document processor specifically written for the Python documentation.
0 commit comments