File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11import os
22from pathlib import Path
3- from setuptools import setup , find_packages
3+
4+ from setuptools import find_packages , setup
45
56version = [
67 line
Original file line number Diff line number Diff line change 11"""A small sphinx extension to add "toggle" buttons to items."""
22
33import os
4- from docutils .parsers .rst import Directive , directives
5- from docutils import nodes
64
5+ from docutils import nodes
6+ from docutils .parsers .rst import Directive , directives
77from sphinx .locale import get_translation
88
99MESSAGE_CATALOG_NAME = "togglebutton"
Original file line number Diff line number Diff line change 11import json
22import os
3- from pathlib import Path
43import subprocess
4+ from pathlib import Path
55
66MESSAGE_CATALOG_NAME = "togglebutton"
77
You can’t perform that action at this time.
0 commit comments