Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
escape4chm
1 parent 7767534 commit 3b013fcCopy full SHA for 3b013fc
3 files changed
Doc/.ruff.toml
@@ -5,7 +5,6 @@ line-length = 79
5
extend-exclude = [
6
"includes/*",
7
# Temporary exclusions:
8
- "tools/extensions/escape4chm.py",
9
"tools/extensions/pyspecific.py",
10
]
11
Doc/conf.py
@@ -21,7 +21,6 @@
21
22
extensions = [
23
'c_annotations',
24
- 'escape4chm',
25
'glossary_search',
26
'lexers',
27
'pyspecific',
Doc/tools/extensions/escape4chm.py
0 commit comments