Skip to content

Commit a30aacf

Browse files
committed
Remove "An example in code" section because it's more complex than that
1 parent 2954e92 commit a30aacf

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

docs/builds.rst

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -84,17 +84,6 @@ For MkDocs, we run ``mkdocs build``.
8484
Then these files are copied across to our application servers from the build server.
8585
Once on the application servers, they are served from nginx.
8686

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)
9887

9988
.. note::
10089

0 commit comments

Comments
 (0)