Skip to content

Commit

Permalink
Bugfix for generating doc pages
Browse files Browse the repository at this point in the history
Signed-off-by: Adam.Dybbroe <a000680@c21856.ad.smhi.se>
  • Loading branch information
Adam.Dybbroe committed Dec 15, 2023
1 parent b823613 commit 4ccdde8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@
scripts=['bin/fetch_tles.py', ],
install_requires=['numpy>=1.19.0', 'scipy', 'requests'],
python_requires='>=3.9',
extras_require=["sphinx", "sphinx_rtd_theme", "sphinxcontrib-apidoc"],
extras_require={"doc": ["sphinx", "sphinx_rtd_theme", "sphinxcontrib-apidoc"]},
zip_safe=False,
)

0 comments on commit 4ccdde8

Please sign in to comment.