File tree 1 file changed +4
-6
lines changed
doc/development_guide/contributor_guide
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -125,14 +125,12 @@ Tips for Getting Started with Pylint Development
125
125
Building the documentation
126
126
----------------------------
127
127
128
- You can use the makefile in the doc directory with ``make html `` to build the
129
- documentation. To test smaller changes you can consider ``build-html ``, which skips some checks but will be faster::
128
+ You can use the makefile in the doc directory to build the documentation::
130
129
131
- $ cd doc
132
- $ make install-dependencies
133
- $ make html
130
+ $ make -C doc/ install-dependencies
131
+ $ make -C doc/ html
134
132
135
- We're reusing generated files for speed, use ``make clean `` when you want to start from scratch.
133
+ We're reusing generated files for speed, use ``make clean `` or `` tox -e docs `` when you want to start from scratch.
136
134
137
135
How to choose the target version ?
138
136
----------------------------------
You can’t perform that action at this time.
0 commit comments