Skip to content

Commit 16cff94

Browse files
committed
correct Sphinx command in README
1 parent 11a33d2 commit 16cff94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ The build process will automatically download a snapshot of the `shared content`
5959
``build`` directory and will generate output into the ``output`` directory.
6060

6161
``build_docs.py`` can take any of the `available Sphinx builders`_ as its argument. For example, to
62-
build the docs into a single HTML page, you can use the ``htmlsingle`` target, like so::
62+
build the docs into a single HTML page, you can use the ``singlehtml`` target, like so::
6363

64-
python build_docs.py htmlsingle
64+
python build_docs.py singlehtml
6565

6666

6767
Copyright and license

0 commit comments

Comments
 (0)