Skip to content

Commit

Permalink
Udpates section reference in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
djperrefort committed Jul 6, 2023
1 parent 4a24e47 commit 9b23d06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/source/overview/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ A full list of available settings and their defaults is provided below.


.. important:: The top level ``file_systems`` field is a nested field and entries
should adhere to the :ref:`#/definitions/FileSystemSchema` schema outlined below.
should adhere to the :ref:`#/$defs/filesystemschema` schema outlined below.

.. pydantic:: quota_notifier.settings.SettingsSchema

.. _#/definitions/FileSystemSchema:
.. _#/$defs/filesystemschema:
.. pydantic:: quota_notifier.settings.FileSystemSchema
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ notifier = "quota_notifier.cli:Application.execute"

[tool.poetry.dependencies]
python = ">=3.8"
#pydantic = "2.0.2"
pydantic-settings = "2.0.1"
sqlalchemy = "2.0.17"

Expand Down

0 comments on commit 9b23d06

Please sign in to comment.