Skip to content

Commit c83f65b

Browse files
committed
Point users to use the configuration file instead of Admin options
1 parent a30aacf commit c83f65b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/builds.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,9 @@ If the code is already checked out, we update the copy to the branch that you ha
7373

7474
Then we build the proper backend code for the type of documentation you've selected.
7575

76-
If you have the *Install Project* option enabled, we will run ``setup.py install`` on your package, installing it into a virtual environment.
77-
You can also define additional packages to install with the *Requirements File* option.
76+
At this point, if you need extra requirements,
77+
or even install your own package in the virtual environment to build your documentation,
78+
you can use the :doc:`configuration file <config-file/v2>`.
7879

7980
When we build your Sphinx documentation, we run ``sphinx-build -b html . _build/html``,
8081
where ``html`` would be replaced with the correct backend.

0 commit comments

Comments
 (0)