mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 07:50:32 +00:00
Added MongoDB dependency to ReadTheDocs configuration (#1502)
* Add MongoDB dependency to ReadTheDocs configuration An update has been made to the ReadTheDocs configuration file to include MongoDB as an additional dependency on installation. This change addresses issues with the MongoStorage section in the documentation. * Rename changelog file
This commit is contained in:
parent
0c2ef663da
commit
afd1e6da74
2 changed files with 2 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ build:
|
||||||
python: "3.11"
|
python: "3.11"
|
||||||
jobs:
|
jobs:
|
||||||
post_install:
|
post_install:
|
||||||
- pip install .[docs,redis]
|
- pip install .[docs,redis,mongo]
|
||||||
|
|
||||||
sphinx:
|
sphinx:
|
||||||
configuration: docs/conf.py
|
configuration: docs/conf.py
|
||||||
|
|
|
||||||
1
CHANGES/1501.doc.rst
Normal file
1
CHANGES/1501.doc.rst
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Fixed MongoStorage section in the documentation by adding extra dependency to ReadTheDocs configuration.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue