mirror of
https://github.com/RGBCube/GitHubWrapper
synced 2025-05-28 11:45:10 +00:00
Update readthedocs version (might break stuff)
This commit is contained in:
parent
0d10386c39
commit
17b813532d
14 changed files with 67 additions and 70 deletions
|
@ -1,8 +1,9 @@
|
|||
from __future__ import annotations
|
||||
|
||||
import importlib
|
||||
import inspect
|
||||
import re
|
||||
from typing import Dict, List, NamedTuple, Optional, Tuple, Sequence, TYPE_CHECKING
|
||||
from typing import TYPE_CHECKING, Dict, List, NamedTuple, Optional, Sequence, Tuple
|
||||
|
||||
from docutils import nodes
|
||||
from sphinx import addnodes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue