Skip to content

Commit 2d43c5e

Browse files
authored
Update the Sphinx dependencies (#10448)
inlinesyntaxhighlight was not updated for 10 years and removed.
1 parent 740a8c7 commit 2d43c5e

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

doc/UsersGuide/source/conf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
'sphinx.ext.ifconfig',
4747
'sphinx.ext.imgmath',
4848
'sphinxcontrib.bibtex',
49-
'sphinxcontrib.inlinesyntaxhighlight',
5049
'sphinxcontrib.programoutput',
5150
'sphinxcontribopenmodelica'
5251
]
@@ -129,7 +128,7 @@
129128
#
130129
# This is also used if you do content translation via gettext catalogs.
131130
# Usually you set "language" from the command line for these cases.
132-
language = None
131+
language = 'en'
133132

134133
# There are two options for replacing |today|: either, you set today to some
135134
# non-false value, then it is used:
@@ -445,3 +444,5 @@
445444

446445
highlight_language = 'modelica'
447446
imgmath_image_format = 'svg'
447+
448+
bibtex_bibfiles = ['openmodelica.bib', 'extrarefs.bib']

doc/UsersGuide/source/introduction.rst

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Introduction
33

44
.. highlight:: modelica
55

6-
The |omlogo| system described in this document has both short-term
6+
The OpenModelica system described in this document has both short-term
77
and long-term goals:
88

99
- The short-term goal is to develop an efficient interactive
@@ -988,8 +988,3 @@ the compiler:
988988

989989
.. command-output :: omc --showErrorMessages -d=failtrace TestScript.mos
990990
:ellipsis: 4,-4
991-
992-
.. |omlogo| image:: logo.*
993-
:alt: OpenModelica logotype
994-
:height: 14pt
995-
:target: https://openmodelica.org
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
bibtexparser
22
gitpython
33
natsort
4+
breathe
45
sphinx
5-
sphinxcontrib-bibtex<2.0.0
6-
sphinxcontrib-inlinesyntaxhighlight
6+
sphinxcontrib-bibtex
77
sphinxcontrib-programoutput
88
ompython

0 commit comments

Comments
 (0)