Merge remote-tracking branch 'origin/dev-3.x' into dev-3.x

This commit is contained in:
JRoot Junior 2024-06-01 01:58:41 +03:00
commit 9bab51c908
No known key found for this signature in database
GPG key ID: 738964250D5FF6E2
2 changed files with 2 additions and 1 deletions

View file

@ -6,7 +6,7 @@ build:
python: "3.11"
jobs:
post_install:
- pip install .[docs,redis]
- pip install .[docs,redis,mongo]
sphinx:
configuration: docs/conf.py

1
CHANGES/1501.doc.rst Normal file
View file

@ -0,0 +1 @@
Fixed MongoStorage section in the documentation by adding extra dependency to ReadTheDocs configuration.