Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Footnotes not rendering like the demo in Sphinx 2.0 #741

Closed
mr-ubik opened this issue Mar 29, 2019 · 4 comments · Fixed by #838
Closed

Footnotes not rendering like the demo in Sphinx 2.0 #741

mr-ubik opened this issue Mar 29, 2019 · 4 comments · Fixed by #838

Comments

@mr-ubik
Copy link

mr-ubik commented Mar 29, 2019

Problem

Footnotes do not render like they do in the demo.

Reproducible Project

  • I copied and pasted the RST from the demo itself.
  • I am not running any custom CSS.
  • I have enabled the following extension
     extensions = [
     	"sphinx.ext.autodoc",
     	"sphinx.ext.doctest",
     	"sphinx.ext.intersphinx",
     	"sphinx.ext.todo",
     	"sphinx.ext.coverage",
     	"sphinx.ext.mathjax",
     	"sphinx.ext.ifconfig",
     	"sphinx.ext.viewcode",
     	"sphinx.ext.githubpages",
     	"sphinx.ext.napoleon",
     	"sphinx.ext.autosummary",
     	"sphinx.ext.inheritance_diagram",
     	"sphinx.ext.graphviz",
     ]
  • I have the following sphinx_rtd_theme configuration:
     html_theme_options = {
     	"display_version": True,
     	"sticky_navigation": True,
     	"collapse_navigation": False,
     	"navigation_depth": 4,
     }
Note

This issue can be reproduced easily by using Cookiecutter with the "New Python Package" template, preparing a virtualenv with sphinx and sphinx_rtd_theme, changing the default to RTD and making the docs after copying the demo RST to one of the default .rst files that come with the template.

Error Logs/Results

Erroneous Style

Expected Results

Display footnotes as they do in the demo.

aragraph Level Markup — Read the Docs Sphinx Theme 0.4.3 documentation

Environment Info

  • Python Version: 3.7.1
  • Sphinx Version: 2.0.0
  • RTD Theme Version: 0.4.3
@grissu
Copy link

grissu commented Mar 31, 2019

I confirm, this happened to me after switching from Sphinx 1.8.3 to 2.0.0.

@jessetan jessetan changed the title Footnotes not rendering like the demo Footnotes not rendering like the demo in Sphinx 2.0 Apr 28, 2019
@idnsunset
Copy link

Same issue here, currently using Sphinx 2.0.1, footnotes are rendered as description list in html.

@iruletheworld
Copy link

I can confirm that this still exists in Sphinx 2.2

@MatinF
Copy link

MatinF commented Apr 13, 2020

Also encountering this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
5 participants