Skip to content

Commit

Permalink
Revert "docs: Add admonition for surveyls_legal_notice (#1070)"
Browse files Browse the repository at this point in the history
This reverts commit 1345db1.
  • Loading branch information
edgarrmondragon committed Jan 21, 2024
1 parent c297ce7 commit 00baed6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changes/unreleased/Documentation-20240104-220929.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions docs/_ext/limesurvey_future.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class UnreleasedFeature(Directive):
"""

required_arguments = 1
message = "This feature is only supported in LimeSurvey >= {next_version}."
message = "This method is only supported in LimeSurvey >= {next_version}."
admonition_type = nodes.warning

def run(self) -> list[nodes.Node]:
Expand Down Expand Up @@ -55,7 +55,7 @@ class ReleasedFeature(UnreleasedFeature):
Adds a note to features only available after some release of LimeSurvey.
"""

message = "This feature is only supported in LimeSurvey >= {next_version}."
message = "This method is only supported in LimeSurvey >= {next_version}."
admonition_type = nodes.note


Expand Down
5 changes: 1 addition & 4 deletions src/citric/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,7 @@ class LanguageProperties(t.TypedDict, total=False):
"""The survey policy notice."""

surveyls_legal_notice: str | None
"""The survey legal notice.
.. future:: 6.5.0
"""
"""The survey legal notice."""

surveyls_policy_error: str | None
"""The survey policy error."""
Expand Down

0 comments on commit 00baed6

Please sign in to comment.