Skip to content

Commit

Permalink
Replace instructions in step 2 with a pure markdown solution
Browse files Browse the repository at this point in the history
  • Loading branch information
rantahar authored Sep 18, 2024
1 parent 51441fe commit f37a220
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions content/sphinx.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,10 +363,9 @@ def multiply(a: float, b: float) -> float:
## example
```{eval-rst}
.. automodule:: example
:members:
```
:::{automodule} example
:members:
:::
````
3. In the file `conf.py` add 3 lines and modify "extensions":
Expand Down

0 comments on commit f37a220

Please sign in to comment.