Skip to content

Commit 5dc8430

Browse files
committed
fix search in docs by upgrading sphinx
1 parent fe0d08c commit 5dc8430

File tree

3 files changed

+3
-28
lines changed

3 files changed

+3
-28
lines changed

docs/source/_static/css/fix-code-colors.css

-25
This file was deleted.

docs/source/developer-guide.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ In order to develop IDOM locally you'll first need to install the following:
9292
* - NodeJS >= 14
9393
- https://nodejs.org/en/download/package-manager/
9494

95-
* - NPM >= 7.7
95+
* - NPM >= 7.13
9696
- https://docs.npmjs.com/try-the-latest-stable-version-of-npm
9797

9898
.. note::

requirements/build-docs.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
sphinx ==3.5.4
1+
sphinx ==4.1.2
22
sphinx-autodoc-typehints ==1.7.0
3-
furo ==2020.10.13b12
3+
furo ==2021.07.28.b40
44
sphinx-panels ==0.6.0
55
setuptools_scm
66
sphinx-copybutton ==0.3.0

0 commit comments

Comments
 (0)