pydoc_fork

pydoc_fork.settings

 

Configuration options that could be used by anything.
 
Also global variables

Modules

Functions

__annotate__(format, /)
load_config(path: str | None)
Copy config from toml to globals
parse_toml(path_string: str | None) -> dict[str, typing.Any]
Parse toml

Data

CUSTOM_TEMPLATES = None
DOCUMENT_INTERNALS = False
GENERATE_INDEX = True
LOGGER = <Logger pydoc_fork.settings (WARNING)>
MENTIONED_MODULES = {(<module 'sys' (built-in)>, 'sys'), (<module 'pydoc_fork.reporter.string_utils' from ...doc_fork\\pydoc_fork\\reporter\\string_utils.py'>, 'pydoc_fork.reporter.string_utils'), (<module 'jinja2.utils' from 'C:\\github\\pydoc_fork\\.venv\\Lib\\site-packages\\jinja2\\utils.py'>, 'jinja2.utils'), (<module 're' from 'C:\\Users\\matth\\AppData\\Lo...ograms\\Python\\Python314\\Lib\\re\\__init__.py'>, 're'), (<module 'subprocess' from 'C:\\Users\\matth\\App...Programs\\Python\\Python314\\Lib\\subprocess.py'>, 'subprocess'), (<module 'tkinter.scrolledtext' from 'C:\\Users\\...ython\\Python314\\Lib\\tkinter\\scrolledtext.py'>, 'tkinter.scrolledtext'), ...}
ONLY_NAMED_AND_SUBS = False
OUTPUT_FOLDER = 'docs'
PREFER_DOCS_PYTHON_ORG = False
PROJECT_NAME = 'pydoc_fork'
PYTHONDOCS = 'https://docs.python.org/3.14/library'
SKIP_MODULES = ['typing']
THEME = 'light'
__conditional_annotations__ = {0, 1}