Skip to content

Commit

Permalink
Clarify that doc output varies based on method (confluentinc#1098)
Browse files Browse the repository at this point in the history
* Clarify that doc output varies based on method

* Using forward slashes
  • Loading branch information
slominskir authored Apr 21, 2021
1 parent c257758 commit f7e09e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,13 @@ Build HTML docs:

$ make docs

Documentation will be generated in `docs/_build/`.

or:

$ python setup.py build_sphinx

Documentation will be generated in `docs/_build/`.
Documentation will be generated in `build/sphinx/html`.


## Tests
Expand Down

0 comments on commit f7e09e1

Please sign in to comment.