Skip to content

Commit

Permalink
fix warnings generated by sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Feb 20, 2024
1 parent 79ae6b8 commit 8f69165
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions docs/source/smui/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ using environment variables:
- ``/tmp/search-management-ui_rules-txt.tmp`` (recommended: leave default).
* - ``smui2solr.DST_CP_FILE_TO``
- ``SMUI_2SOLR_DST_CP_FILE_TO``
- LIVE ``rules.txt`` destination file for the default deployment script. See :ref:`Details on rules.txt deployment<smui-rules-deployment-details>` for more info. WARNING: Deprecated as of v3.4, will be replaced soon.
- LIVE ``rules.txt`` destination file for the default deployment script. See :ref:`Details on rules.txt deployment<options-for-rules-deployment>` for more info. WARNING: Deprecated as of v3.4, will be replaced soon.
- ``/usr/bin/solr/defaultCore/conf/rules.txt``
* - ``smui.deployment.git.repo-url``
- ``SMUI_DEPLOYMENT_GIT_REPO_URL``
Expand Down Expand Up @@ -186,7 +186,7 @@ The following settings are optional and define the general SMUI behaviour:
- ``/usr/bin/solr/defaultCore/conf/rules.txt``
- ``/usr/bin/solr/liveCore/conf/replace-rules.txt``
* - ``smui2solr.deploy-prelive-fn-replace-txt``
- PRELIVE ``replace_rules.txt`` destination file for the default deployment script. See :ref:`Details on rules.txt deployment<smui-rules-deployment-details>` for more info.
- PRELIVE ``replace_rules.txt`` destination file for the default deployment script. See :ref:`Details on rules.txt deployment<options-for-rules-deployment>` for more info.
- ``/usr/bin/solr/preliveCore/conf/replace-rules.txt``
* - ``toggle.display-username.default``
- **WARNING:** Deprecated as of v3.14, will be replaced soon (see `github.com comment on PR#83 <https://github.com/querqy/smui/pull/83#issuecomment-1023284550>`_). Default username for being displayed on the frontend, if no username is available (e.g. for event history).
Expand Down Expand Up @@ -406,6 +406,7 @@ As we currently only support external authentication there is currently no activ
would immediately redirect to the identity provider and, if the session with the identity provider still exists,
re-login the user).

.. _options-for-rules-deployment:

Options for rules deployment
----------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/source/smui/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The basic workflow of SMUI is as follows:
- Create Rules for various Search Inputs
- Deploy the Rules in a Deployment Channel

The deployment may occur by :ref:`various methods<smui-rules-deployment-details>`. After deployment, the set
The deployment may occur by :ref:`various methods<options-for-rules-deployment>`. After deployment, the set
of Rules in the Deployment Channel will be recognized by the Querqy plugin and thus applied to queries.

Rule types
Expand Down

0 comments on commit 8f69165

Please sign in to comment.