Skip to content

Commit

Permalink
Update Pipfile.lock
Browse files Browse the repository at this point in the history
Also pinning the sphinx version == 6.2.1 due to
kivy/kivy#8230

Change-Id: I8b7377f68b525ee03f468616c59ada10626e853f
  • Loading branch information
TribeGav committed Jun 22, 2023
1 parent 7a1fb14 commit 08a236c
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 49 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Expand Up @@ -36,7 +36,7 @@ webtest = "*" # used by WSGI based tests
pre-commit = "*" # used to fix / find issues before committing changes
flake8 = "*"
autoflake = "*" # used to remove unused import statements
sphinx = "*" # used for the plugin API documentation, pinned for now, because 6.0.0 doesn't work well with other tools ("AttributeError: module 'docutils.nodes' has no attribute 'meta')
sphinx = "==6.2.1" # used for the plugin API documentation, pinned for now see https://github.com/kivy/kivy/issues/8230)
sphinx-autodoc-typehints = "*" # used for the plugin API documentation
sphinx-rtd-theme = "*" # used for the plugin API documentation
sphinxcontrib-plantuml = "*" # used for the API and architecture
Expand Down
96 changes: 48 additions & 48 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 08a236c

Please sign in to comment.