Clear record_dependencies for each document (#10855)

This commit is contained in:
Adam Turner
2022-09-24 00:31:26 +01:00
committed by GitHub
parent 73a1ee4560
commit 8db24515ea
6 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
API
===
.. automodule:: example_module

View File

@@ -0,0 +1,5 @@
import os
import sys
sys.path.insert(0, os.path.abspath('.'))
extensions = ['sphinx.ext.autodoc']

View File

@@ -0,0 +1,2 @@
def example_function():
return 42

View File

@@ -0,0 +1,3 @@
.. toctree::
api