Skip to content

Commit

Permalink
Update dependencies and improve documentation (#6)
Browse files Browse the repository at this point in the history
* Update docs dependencies

* improve documentation
  • Loading branch information
TheJecksMan authored Apr 17, 2024
1 parent bd954a8 commit dbf8a01
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
python: "3.12"

# Build documentation in the "docs/" directory with Sphinx
sphinx:
Expand Down
2 changes: 1 addition & 1 deletion docs/examples.fastapi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ FastAPI

The simplest example for FastAPI, which demonstrates the work of this library.

.. literalinclude:: ../examples/fastapi.py
.. literalinclude:: ../examples/fastapi_example.py
:language: python
2 changes: 1 addition & 1 deletion docs/examples.starlette.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ Starlette

The simplest example for Starlette, which demonstrates the work of this library.

.. literalinclude:: ../examples/starlette.py
.. literalinclude:: ../examples/starlette_example.py
:language: python
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
sphinx==7.2.6
sphinx>=7.3.5,<7.4.0
furo>=2023.5.20
sphinx-copybutton>=0.5.1

0 comments on commit dbf8a01

Please sign in to comment.