We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5bda8b commit ae50c79Copy full SHA for ae50c79
CONTRIBUTING.rst
@@ -54,8 +54,14 @@ All documentation for Luigi is written in `reStructuredText/Sphinx markup
54
code as docstrings and in `.rst`. Pull requests should come with documentation
55
when appropriate.
56
57
-You can check the syntax for your documentation by running
+You verify that your documentation code compiles by running
58
59
.. code:: bash
60
61
tox -e docs
62
+
63
+After that, you can check how it renders locally with your browser
64
65
+.. code:: bash
66
67
+ firefox doc/_build/html/index.html
0 commit comments