We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2954e92 commit a30aacfCopy full SHA for a30aacf
docs/builds.rst
@@ -84,17 +84,6 @@ For MkDocs, we run ``mkdocs build``.
84
Then these files are copied across to our application servers from the build server.
85
Once on the application servers, they are served from nginx.
86
87
-An example in code:
88
-
89
-.. code-block:: python
90
91
- update_docs_from_vcs(version)
92
- if exists('setup.py'):
93
- run('python setup.py install')
94
- if project.requirements_file:
95
- run('pip install -r %s' % project.requirements_file)
96
- build_docs(version=version)
97
- copy_files(artifact_dir)
98
99
.. note::
100
0 commit comments