Skip to content
Snippets Groups Projects
Commit 4296b706 authored by Gigg, Martyn Anthony's avatar Gigg, Martyn Anthony
Browse files

Wire up alias directive correctly.

Refs #9562
parent 663345b4
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
'mantiddoc.directives' to be added to the Sphinx extensions configuration.
"""
import algorithm, aliases, categories, properties, summary
import algorithm, alias, categories, properties, summary
def setup(app):
"""
......@@ -17,7 +17,7 @@ def setup(app):
app: The main Sphinx application object
"""
algorithm.setup(app)
aliases.setup(app)
alias.setup(app)
categories.setup(app)
properties.setup(app)
summary.setup(app)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment