Merge pull request #2 from fabaff/contrib-sphinx

Add missing module
This commit is contained in:
Otto Winter 2018-06-03 11:30:04 +02:00 committed by GitHub
commit f905911276
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ To check your documentation changes locally, you first need install sphinx (**wi
.. code:: bash
pip3 install sphinx
pip3 install sphinx breathe
Then, use the provided Makefile to build the changes and start a simple web server: