Skip to content

Commit d8e0028

Browse files
committed
Migrate from sphinx-panels to sphinx-design
1 parent a34bf58 commit d8e0028

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
# ------------------------------------------------------------------------------
4747

4848
project = "httomo-backends"
49+
author = "the Imaging Team"
4950
copyright = f"{date.today().year}, Diamond Light Source"
5051

5152
# Specify a base language to help assistive technology
@@ -69,7 +70,7 @@
6970
# Add links to highlighted source code
7071
"sphinx.ext.viewcode",
7172
# Allows a grid layout and dropdown boxes
72-
"sphinx_panels",
73+
"sphinx_design",
7374
# copy to clipboard button
7475
"sphinx_copybutton",
7576
# use jupyter notebooks

docs/source/doc-conda-requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
- nbsphinx
1111
- pandoc
1212
- jinja2
13-
- sphinx-panels
13+
- sphinx-design
1414
- sphinx-copybutton
1515
- pyyaml
1616
- ipython

0 commit comments

Comments
 (0)