We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f294746 commit 4010d52Copy full SHA for 4010d52
preview.py
@@ -1,6 +1,5 @@
1
#!/usr/bin/env python
2
-"""Builds preview pages of the theme and starts a webserver if not already started
3
-"""
+"""Builds preview pages of the theme and starts a webserver if not already started"""
4
from functools import partial
5
from http.server import SimpleHTTPRequestHandler
6
from pathlib import Path
src/mantid_sphinx_theme/__init__.py
@@ -1,5 +1,5 @@
-"""Provides a Sphinx theme for Mantid project
+"""Provides a Sphinx theme for Mantid project"""
+
from ._version import __version__ # noqa: F401
0 commit comments