Skip to content

Commit 18d6965

Browse files
committed
Add note about sphinxcontrib-jquery
1 parent 6781cc4 commit 18d6965

5 files changed

Lines changed: 8 additions & 23 deletions

File tree

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
"sphinx_tabs.tabs",
2121
"sphinx_charts.charts",
2222
"myst_nb",
23+
# NB: Needed for newer sphinx versions - see
24+
# https://github.com/thclark/sphinx-charts/issues/23
2325
"sphinxcontrib.jquery"
2426
]
2527

docs/ops/environment.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ dependencies:
1111

1212
- pip
1313
- pip:
14-
- sphinx-multiproject
14+
# NB: Needed for newer sphinx versions - see
15+
# https://github.com/thclark/sphinx-charts/issues/23
1516
- sphinxcontrib-jquery
17+
- sphinx-multiproject
1618
- readthedocs-sphinx-search
1719
- sphinx-tabs
1820
- sphinx_charts

docs/tmp.py

Lines changed: 0 additions & 21 deletions
This file was deleted.

scijava-ops-benchmarks/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/.apt_generated/
2+
/.apt_generated_tests/

scijava-ops-benchmarks/LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2016 - 2023, SciJava developers.
1+
Copyright (c) 2021 - 2023, SciJava developers.
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification,

0 commit comments

Comments
 (0)