Skip to content

Commit

Permalink
doc: Declare using platformdirs
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Apr 28, 2024
1 parent d6443fc commit 797c1fe
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

extensions = [
"oembedpy.ext.sphinx",
"rst_package_refs.sphinx",
"sphinx.ext.autodoc",
]
templates_path = ["_templates"]
Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Included features
:caption: Contents:

commandline
workspace
integrations/sphinx
api
changelogs
7 changes: 7 additions & 0 deletions docs/workspace.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
=========
Workspace
=========

oEmbedPy uses user local directory to management configuration and cache.

.. note:: Refer to :pypi:`platformdirs`
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ dependencies = [
"beautifulsoup4",
"httpx",
"lxml",
"platformdirs",
]
dynamic = ["version", "description"]

Expand All @@ -35,6 +36,7 @@ cli = ["Click>=8"]
doc = [
"furo",
"Sphinx",
"rst-package-refs",
]
sphinx = [
"sphinx",
Expand Down

0 comments on commit 797c1fe

Please sign in to comment.