Skip to content

Commit

Permalink
fix(docs): Bump Sphinx version
Browse files Browse the repository at this point in the history
It fixes an incompatibility with the recent Jinja release

(cherry picked from commit 0c06227)
  • Loading branch information
Stranger6667 committed Mar 29, 2022
1 parent 7a5a8fe commit 639b7ab
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ repos:
hooks:
- id: rstcheck
additional_dependencies:
- sphinx==3.5.3
- sphinx-click==3.0.1
- sphinx==4.4.0
- sphinx-click==3.1.0
6 changes: 3 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sphinx==3.5.3
sphinx_rtd_theme==0.5.2
sphinx-click==3.0.1
sphinx==4.4.0
sphinx_rtd_theme==1.0.0
sphinx-click==3.1.0
.
2 changes: 1 addition & 1 deletion docs/service.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ At this point, you can start testing your API! The simplest option is to use our

**Optional**. If you'd like to run tests on your side and upload the results to Schemathesis.io feel free to use one of the provided code samples:

.. code::
.. code:: text
docker run schemathesis/schemathesis:stable \
run https://example-openapi3.schemathesis.io/openapi.json
Expand Down

0 comments on commit 639b7ab

Please sign in to comment.