:orphan: |rss_image| :ref:`<== ` **sphinx - 2/2** :ref:`Blog ` :ref:`notebook (8) ` :ref:`sphinx (13) ` .. |rss_image| image:: feed-icon-16x16.png :target: ../_downloads/rss.xml :alt: RSS ---- .. _ap-cat-sphinx-1: sphinx - 2/2 ++++++++++++ .. blogpostagg:: :title: Why do I see invered question in a notebook converted into PDF? :date: 2015-08-30 :keywords: latex, :categories: sphinx,notebook :rawfile: 2015/2015-08-30_unicode_notebook.rst The function :func:`process_notebooks ` still uses the executable `pdflatex `_ and not `xetex `_ which can handle inline unicode characters. That's why they are replaced by *¿* by function :func:`post_process_latex `. .. blogpostagg:: :title: Issue with module babel :date: 2015-08-17 :keywords: babel,sphinx,exception,issue :categories: sphinx,modules :rawfile: 2015/2015-08-17_babel13.rst I went through the following issue with the latest version of `babel `_ (2.0). It happens when I try to generate the documentation for this module. It gave me the following exception:: ... .. blogpostagg:: :title: Anaconda does not have the latest version of Sphinx :date: 2015-04-16 :keywords: napoleon :categories: documentation,anaconda,sphinx :rawfile: 2015/2015-04-16_anaconda_sphinx.rst As of today, when I type ``conda update sphinx``, The Anaconda distribution does not upgrade to 1.3 and I need it to get the extension *sphinx.ext.napoleon*. So I need to type ``pip install sphinx --upgrade`` instead. ---- |rss_image| :ref:`<== ` **sphinx - 2/2** :ref:`2020-08 (2) ` :ref:`2020-09 (1) ` :ref:`2021-01 (1) ` :ref:`2022-03 (1) ` :ref:`2023-05 (1) `