Skip to content

Commit

Permalink
make glossary entry on paths also work for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
adswa committed Oct 27, 2023
1 parent 5ccdb2a commit d13da4e
Show file tree
Hide file tree
Showing 3 changed files with 253 additions and 91 deletions.
5 changes: 2 additions & 3 deletions dataladhandbook_support/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ def setup(app):
directives.setup(app)


from ._version import get_versions
__version__ = get_versions()['version']
del get_versions
from . import _version
__version__ = _version.get_versions()['version']
Loading

0 comments on commit d13da4e

Please sign in to comment.