Skip to content

Commit

Permalink
add dagster as a requirement to sphinx ext
Browse files Browse the repository at this point in the history
  • Loading branch information
PedramNavid committed Aug 11, 2024
1 parent 4d5be2a commit 7a2f59d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/sphinx/_ext/dagster-sphinx/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
setup(
name="dagster-sphinx",
version="0.0.1",
author="Elementl",
author_email="hello@elementl.com",
author="Dagster Labs",
author_email="hello@dagsterlabs.com",
license="Apache-2.0",
description="Dagster-specific sphinx extension.",
url="https://github.com/dagster-io/dagster",
Expand All @@ -19,5 +19,6 @@
install_requires=[
"sphinx",
"sphinx_toolbox",
"dagster",
],
)

0 comments on commit 7a2f59d

Please sign in to comment.