Skip to content

Commit 2dcff6a

Browse files
committed
Update
1 parent 0268ac1 commit 2dcff6a

File tree

3 files changed

+1
-92
lines changed

3 files changed

+1
-92
lines changed

docs/source/Doxyfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2415,8 +2415,7 @@ INCLUDE_FILE_PATTERNS =
24152415
# recursively expanded use the := operator instead of the = operator.
24162416
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
24172417

2418-
PREDEFINED += ET_NODISCARD=
2419-
PREDEFINED += ET_DEPRECATED=
2418+
PREDEFINED =
24202419

24212420
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
24222421
# tag can be used to specify a list of macro names that should be expanded. The

docs/source/conf.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,6 @@
6767
"sphinxcontrib.mermaid",
6868
]
6969

70-
if not FBCODE:
71-
extensions += [
72-
"executorch_custom_versions",
73-
]
74-
7570
this_file_dir = os.path.abspath(os.path.dirname(__file__))
7671
doxygen_xml_dir = os.path.join(
7772
os.path.dirname(this_file_dir), # {repo_root}/docs/

docs/source/executorch_custom_versions.py

Lines changed: 0 additions & 85 deletions
This file was deleted.

0 commit comments

Comments
 (0)