mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Add extensions
This commit is contained in:
parent
f816f0476a
commit
22f045d41e
4 changed files with 7 additions and 0 deletions
|
|
@ -10,3 +10,4 @@ python:
|
|||
install:
|
||||
- method: pip
|
||||
path: .
|
||||
- requirements: docs2/requirements.txt
|
||||
|
|
|
|||
3
docs2/requirements.txt
Normal file
3
docs2/requirements.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
sphinx-intl
|
||||
typing-extensions
|
||||
Sphinx-Substitution-Extensions
|
||||
|
|
@ -25,6 +25,8 @@ extensions = [
|
|||
"sphinx.ext.viewcode",
|
||||
"sphinx.ext.autodoc",
|
||||
"sphinx.ext.ifconfig",
|
||||
"sphinx-prompt",
|
||||
"sphinx_substitution_extensions",
|
||||
]
|
||||
|
||||
rst_prolog = f"""
|
||||
|
|
|
|||
|
|
@ -74,6 +74,7 @@ sphinx = "^3.1.0"
|
|||
sphinx-intl = "^2.0.1"
|
||||
sphinx-reload = "^0.2.0"
|
||||
sphinx-rtd-theme = "^0.4.3"
|
||||
Sphinx-Substitution-Extensions = "^2020.5.30"
|
||||
|
||||
[tool.poetry.extras]
|
||||
fast = ["uvloop"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue