Skip to content

Commit

Permalink
Merge pull request #5336 from stsewd/update-settigns-docs
Browse files Browse the repository at this point in the history
Remove unused setting
  • Loading branch information
ericholscher authored Feb 22, 2019
2 parents ed8dd29 + 17c770a commit 26f31f0
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions docs/settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,6 @@ Default: :djangosetting:`DOCUMENT_PYQUERY_PATH`
The Pyquery path to an HTML element that is the root of your document.
This is used for making sure we are only searching the main content of a document.

USE_PIP_INSTALL
---------------

Default: :djangosetting:`USE_PIP_INSTALL`

Whether to use `pip install .` or `python setup.py install` when installing packages into the Virtualenv. Default is to use `python setup.py install`.


PUBLIC_DOMAIN
-------------

Expand Down Expand Up @@ -177,4 +169,4 @@ This setting is used for automatically indexing objects to elasticsearch.
project and build documentations without having elasticsearch.


.. _elasticsearch-dsl-py.connections.configure: https://elasticsearch-dsl.readthedocs.io/en/stable/configuration.html#multiple-clusters
.. _elasticsearch-dsl-py.connections.configure: https://elasticsearch-dsl.readthedocs.io/en/stable/configuration.html#multiple-clusters

0 comments on commit 26f31f0

Please sign in to comment.