summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorBaptiste Mispelon <bmispelon@gmail.com>2024-04-14 11:17:23 +0200
committerBaptiste Mispelon <bmispelon@gmail.com>2024-04-16 15:29:59 +0200
commit638f6c21ab966c88099acef074d00302a482bc15 (patch)
tree2b4fa0f7231d5d80436ced2a99d1d2e790d5a52e /README.rst
parent10d85496864773816c4269a03bc473071491918e (diff)
Removed update_docs_and_index command
This command is not being used in production, and can be replaced by update_docs --update-index (the flag was introduced in 8a8c33a89b664b59089f3de221f7c2971a437319).
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.rst b/README.rst
index bc689ae7..2ef25fd2 100644
--- a/README.rst
+++ b/README.rst
@@ -86,7 +86,7 @@ Install and run locally from a virtual environment
#. For docs (next step requires ``gettext``)::
python -m manage loaddata doc_releases
- python -m manage update_docs_and_index
+ python -m manage update_docs --update-index
#. For dashboard:
@@ -253,10 +253,10 @@ library from ``bower.json``, you will need to commit the changes in
Documentation search
--------------------
-When running ``python -m manage update_docs_and_index`` to build all documents it will also
-automatically index every document it builds in the search engine as well.
-In case you've already built the documents and would like to reindex the
-search index, run the command::
+When running ``python -m manage update_docs --update-index`` to build all
+documents it will also automatically index every document it builds in the
+search engine as well. In case you've already built the documents and would like
+to reindex the search index, run the command::
python -m manage update_index