aiogram/.readthedocs.yml
Alex Root Junior afd1e6da74
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
2024-06-01 01:56:38 +03:00

14 lines
185 B
YAML

version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
jobs:
post_install:
- pip install .[docs,redis,mongo]
sphinx:
configuration: docs/conf.py
formats: all