diff --git a/content/sphinx.md b/content/sphinx.md index f6d0b62..9ff9ca7 100644 --- a/content/sphinx.md +++ b/content/sphinx.md @@ -359,7 +359,7 @@ def multiply(a: float, b: float) -> float: 2. In the file `conf.py` modify "extensions" and add 3 lines: ```python -extensions = ['myst_parser', "sphinx.ext.autodoc"] +extensions = ['myst_parser', "autodoc2"] autodoc2_packages = [ "multiply.py"