Skip to content

Commit

Permalink
#168 removed sphinx-prompt and configured sphinx-copybutton
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelweinold committed Sep 18, 2024
1 parent 0a5a4ce commit eed5dd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ dependencies:
- sphinx-autoapi=3.3.1 # to build docs from source code instead of package import # https://anaconda.org/conda-forge/sphinx-autoapi/files
- sphinx-design=0.6.1 # responsive web component support # https://anaconda.org/conda-forge/sphinx-design/files
- sphinx-notfound-page=1.0.4 # custom 404 page # https://anaconda.org/conda-forge/sphinx-notfound-page/files
- sphinx-prompt # for non-copyable '>' characters in code # https://anaconda.org/conda-forge/sphinx-prompt/files
- graphviz=12.0.0 # for plotting dependency diagrams with sphinx-autoapi # https://anaconda.org/conda-forge/graphviz/files
- sphinx-favicon=1.0.1 # for custom favicons # https://anaconda.org/conda-forge/sphinx-favicon/files
- sphinx-copybutton=0.5.2 # for copy button in code blocks # https://anaconda.org/conda-forge/sphinx-copybutton/files
Expand Down
4 changes: 4 additions & 0 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,10 @@
### Extension Configuration ########################################################################
####################################################################################################

# copybutton Configuration ###############################################

copybutton_prompt_text = ">>>"

# linkcheck Configuration ###############################################
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-the-linkcheck-builder

Expand Down

0 comments on commit eed5dd9

Please sign in to comment.