Skip to content

Commit f7e09e1

Browse files
authored
Clarify that doc output varies based on method (confluentinc#1098)
* Clarify that doc output varies based on method * Using forward slashes
1 parent c257758 commit f7e09e1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

DEVELOPER.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,13 @@ Build HTML docs:
2323

2424
$ make docs
2525

26+
Documentation will be generated in `docs/_build/`.
27+
2628
or:
2729

2830
$ python setup.py build_sphinx
2931

30-
Documentation will be generated in `docs/_build/`.
32+
Documentation will be generated in `build/sphinx/html`.
3133

3234

3335
## Tests

0 commit comments

Comments
 (0)