Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm authored Sep 28, 2023
1 parent c0ed799 commit 55cd755
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions book/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,10 @@
extensions = [
"sphinx.ext.viewcode",
"sphinx.ext.mathjax",
"autoapi.extension",
"sphinx.ext.napoleon",
"recommonmark",
"autoapi.extension"
]


source_dir = "cvx"
autoapi_type = "python"
autoapi_dirs = [f"../../{source_dir}"]
Expand Down

0 comments on commit 55cd755

Please sign in to comment.