Skip to content

Commit

Permalink
Docs: Stop importing 'skyfield' in Sphinx conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-rhodes committed Jun 13, 2024
1 parent cf5b78c commit 382acea
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions documentation/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,9 @@
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
import skyfield
version = skyfield.__version__
# The full version, including alpha/beta/rc tags.
release = skyfield.__version__

version = 'VERSION_HERE' # This is never used; verify by grepping for
release = version # this string in the output compiled docs.

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 382acea

Please sign in to comment.