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

Add support for docutils 0.17 #1185

Merged
merged 8 commits into from Aug 12, 2021
Merged

Add support for docutils 0.17 #1185

merged 8 commits into from Aug 12, 2021

Commits on Aug 6, 2021

  1. Add support for docutils 0.17

    This should'nt be a breaking change as backward compatibility is preserved so this change could go into 1.0 or wait until 1.1.
    
    I know a lot of users are asking for this so it might be nice to include this in 1.0.
    
    Fixes #1115
    Blendify committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    34f81da View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. Configuration menu
    Copy the full SHA
    e555f94 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

  1. Configuration menu
    Copy the full SHA
    28fa50e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e24e502 View commit details
    Browse the repository at this point in the history
  3. Fix varying margins under headings

    It seems that browsers add some special default styling to header tags :(
    
    I found that for smaller heading tags, like h5 could give more padding then h1 tags...
    
    To fix this, everything should now just recieve the theme standard of 24px bottom margin.
    Blendify committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    1a8a6b3 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'docutils0.17.1' of github.com:readthedocs/sphinx_rtd_th…

    …eme into docutils0.17.1
    Blendify committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    474f2ee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    24e0374 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. Configuration menu
    Copy the full SHA
    ce74456 View commit details
    Browse the repository at this point in the history