Changeset 2d43c5e3 in OpenModelica


Ignore:
Timestamp:
2023-03-27T11:33:05+02:00 (12 months ago)
Author:
GitHub <noreply@…>
Branches:
maintenance/v1.21, maintenance/v1.22, master
Children:
7e90c0fa
Parents:
740a8c7
git-author:
Martin Sjölund <martin.sjolund@…> (03/27/23 11:33:05)
git-committer:
GitHub <noreply@…> (03/27/23 11:33:05)
Message:

Update the Sphinx dependencies (#10448)

inlinesyntaxhighlight was not updated for 10 years and removed.

Location:
doc/UsersGuide/source
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • doc/UsersGuide/source/conf.py

    r5ba1689 r2d43c5e3  
    4747    'sphinx.ext.imgmath',
    4848    'sphinxcontrib.bibtex',
    49     'sphinxcontrib.inlinesyntaxhighlight',
    5049    'sphinxcontrib.programoutput',
    5150    'sphinxcontribopenmodelica'
     
    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
     131language = 'en'
    133132
    134133# There are two options for replacing |today|: either, you set today to some
     
    446445highlight_language = 'modelica'
    447446imgmath_image_format = 'svg'
     447
     448bibtex_bibfiles = ['openmodelica.bib', 'extrarefs.bib']
  • doc/UsersGuide/source/introduction.rst

    r962c211 r2d43c5e3  
    44.. highlight:: modelica
    55
    6 The |omlogo| system described in this document has both short-term
     6The OpenModelica system described in this document has both short-term
    77and long-term goals:
    88
     
    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
  • doc/UsersGuide/source/requirements.txt

    rd26881ec r2d43c5e3  
    22gitpython
    33natsort
     4breathe
    45sphinx
    5 sphinxcontrib-bibtex<2.0.0
    6 sphinxcontrib-inlinesyntaxhighlight
     6sphinxcontrib-bibtex
    77sphinxcontrib-programoutput
    88ompython
Note: See TracChangeset for help on using the changeset viewer.