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 30072ac commit ce49c92Copy full SHA for ce49c92
cylc/sphinx_ext/metadata/__init__.py
@@ -15,14 +15,12 @@
15
# You should have received a copy of the GNU General Public License
16
# along with this program. If not, see <http://www.gnu.org/licenses/>.
17
# -----------------------------------------------------------------------------
18
-import os
19
-from pathlib import Path
20
from docutils import nodes
+from docutils.statemachine import ViewList
21
import json
+import os
22
+from pathlib import Path
23
from sphinx.util.docutils import SphinxDirective
-# from cylc.flow.config import WorkflowConfig
24
-# from cylc.flow.cfgspec.glbl_cfg import glbl_cfg
25
-from docutils.statemachine import ViewList
26
from sphinx.util.nodes import nested_parse_with_titles
27
from subprocess import run
28
0 commit comments