Skip to content

Commit

Permalink
Removed update_docs_and_index command
Browse files Browse the repository at this point in the history
This command is not being used in production, and can be replaced
by update_docs --update-index (the flag was introduced in
8a8c33a).
  • Loading branch information
bmispelon committed Apr 14, 2024
1 parent 5a28ba1 commit 2be9aac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 16 deletions.
10 changes: 5 additions & 5 deletions README.rst
Expand Up @@ -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:

Expand Down Expand Up @@ -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

Expand Down
11 changes: 0 additions & 11 deletions docs/management/commands/update_docs_and_index.py

This file was deleted.

0 comments on commit 2be9aac

Please sign in to comment.