1
Fork 0
mirror of https://github.com/RGBCube/GitHubWrapper synced 2025-05-31 04:58:12 +00:00

Update readthedocs version (might break stuff)

This commit is contained in:
RGBCube 2022-06-21 19:03:25 +03:00 committed by Automated Linter
parent 0d10386c39
commit 17b813532d
14 changed files with 67 additions and 70 deletions

View file

@ -1,7 +1,7 @@
from docutils.parsers.rst import Directive
from docutils.parsers.rst import states, directives # type: ignore
from docutils.parsers.rst.roles import set_classes
from docutils import nodes
from docutils.parsers.rst import directives # type: ignore
from docutils.parsers.rst import Directive
from docutils.parsers.rst.roles import set_classes
class details(nodes.General, nodes.Element):