From 5f14d7438b9c4a96a93d5a983b1494456f7e17bc Mon Sep 17 00:00:00 2001 From: Jarno Rantaharju Date: Thu, 26 Sep 2024 12:42:15 +0300 Subject: [PATCH] Update content/sphinx.md Co-authored-by: Ashwin V. Mohanan <9155111+ashwinvis@users.noreply.github.com> --- content/sphinx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"