Use double backtips

pr/4577
Santos Gallegos 2018-08-15 11:59:14 -05:00
parent 3a0687d263
commit 9475637bac
1 changed files with 2 additions and 2 deletions

View File

@ -65,8 +65,8 @@ Then we build the proper backend code for the type of documentation you've selec
If you have the *Install Project* option enabled, we will run ``setup.py install`` on your package, installing it into a virtual environment.
You can also define additional packages to install with the *Requirements File* option.
When we build your documentation, we run `sphinx-build -b html . _build/html`,
where `html` would be replaced with the correct backend.
When we build your documentation, we run ``sphinx-build -b html . _build/html``,
where ``html`` would be replaced with the correct backend.
We also create pdf's and ePub's automatically based on your project.
Then these files are copied across to our application servers from the build server.