Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,15 @@

import os
import shutil
import warnings
from pathlib import Path
from typing import Any

from intersphinx_registry import get_intersphinx_mapping

set_type_checking_flag = True
warnings.filterwarnings("ignore", message="Cannot resolve forward reference.*InteractiveShell")

# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
Expand Down
Loading