Skip to content

Upgrade nikola #112

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

Merged
merged 5 commits into from
Mar 3, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
366 changes: 174 additions & 192 deletions conf.py

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion plugins/sphinx_roles/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ Currently supported:
* **ref:** Cross references for arbitrary locations (see [the sphinx docs](http://sphinx-doc.org/markup/inline.html#role-ref)). Limited to links inside a single document.
* **rfc:** An enhanced `:rfc:` role with support for anchors, like Sphinx's
* **term:** Reference to a term in the glossary
* **term:** Reference to a option defined using the option directive
* **option:** Reference to a option defined using the option directive
* **eq:** Reference to a equation defined in a math directive's label option.
* **math:** A Math directive that supports a :label: option like Sphinx's

The following are "semantic markup", they produce a HTML element with an extra
CSS class for styling. The description is from the Sphinx docs.
Expand Down
2 changes: 1 addition & 1 deletion plugins/sphinx_roles/sphinx_roles.plugin
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ MinVersion = 7.4.0

[Documentation]
Author = Roberto Alsina
Version = 0.3
Version = 0.5.2
Website = http://plugins.getnikola.com/#sphinx_roles
Description = A set of reStructuredText roles for Sphinx compatibility

Loading