Skip to content

Commit

Permalink
Merge pull request #105 from scipp/docs_syntax_highlighting
Browse files Browse the repository at this point in the history
Fix syntax highlighting in docs
  • Loading branch information
nvaytet authored Dec 5, 2022
2 parents 2ac59bf + 0469dcc commit 76969c8
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 11 deletions.
1 change: 0 additions & 1 deletion docs/reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ Widgets and tools
widgets.tools.MultiToggleTool
widgets.tools.OutlineTool
widgets.tools.PanZoomTool
widgets.tools.PointsTool
widgets.tools.SaveTool
widgets.tools.ToggleTool

Expand Down
1 change: 1 addition & 0 deletions requirements/base.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
pythreejs
scipp
ipython==8.5.0
10 changes: 4 additions & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SHA1:bdd1a3cb31cd7e9b3edeec204ab364320ce05c45
# SHA1:048c0f67aac29f552675be5778233f69efd75ee4
#
# This file is autogenerated by pip-compile-multi
# To update, run:
Expand All @@ -9,8 +9,6 @@ asttokens==2.2.0
# via stack-data
backcall==0.2.0
# via ipython
comm==0.1.1
# via ipykernel
confuse==2.0.0
# via scipp
debugpy==1.6.4
Expand All @@ -25,10 +23,11 @@ graphlib-backport==1.0.3
# via scipp
ipydatawidgets==4.3.2
# via pythreejs
ipykernel==6.18.2
ipykernel==6.17.1
# via ipywidgets
ipython==8.7.0
ipython==8.5.0
# via
# -r requirements/base.in
# ipykernel
# ipywidgets
ipywidgets==8.0.2
Expand Down Expand Up @@ -102,7 +101,6 @@ tornado==6.2
# jupyter-client
traitlets==5.6.0
# via
# comm
# ipykernel
# ipython
# ipywidgets
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ charset-normalizer==2.1.1
# via requests
distlib==0.3.6
# via virtualenv
filelock==3.8.0
filelock==3.8.1
# via
# tox
# virtualenv
Expand Down
4 changes: 2 additions & 2 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jinja2==3.1.2
# nbconvert
# nbsphinx
# sphinx
jsonschema==4.17.1
jsonschema==4.17.3
# via nbformat
jupyterlab-pygments==0.2.2
# via nbconvert
Expand All @@ -78,7 +78,7 @@ mistune==2.0.4
# via nbconvert
mpltoolbox==0.3.0
# via -r requirements/docs.in
nbclient==0.7.1
nbclient==0.7.2
# via nbconvert
nbconvert==7.2.5
# via nbsphinx
Expand Down
2 changes: 1 addition & 1 deletion requirements/static.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fastjsonschema==2.16.2
# via nbformat
flake8==6.0.0
# via -r requirements/static.in
jsonschema==4.17.1
jsonschema==4.17.3
# via nbformat
jupyter-core==5.1.0
# via nbformat
Expand Down

0 comments on commit 76969c8

Please sign in to comment.