Skip to content

Commit

Permalink
Update content/sphinx.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ashwin V. Mohanan <[email protected]>
  • Loading branch information
rantahar and ashwinvis authored Sep 26, 2024
1 parent 6836246 commit 5f14d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/sphinx.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5f14d74

Please sign in to comment.