Skip to content

Commit

Permalink
Link to our custom sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
daquinteroflex committed Sep 27, 2024
1 parent 43e3cb5 commit d084cb4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "packages/sphinx"]
path = packages/sphinx
url = git@github.com:daquintero/sphinx.git
1 change: 1 addition & 0 deletions packages/sphinx
Submodule sphinx added at 53f8ed
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ packages = [
python = ">=3.10, <3.12"
docutils = ">=0.16,<1.0"
pydantic = {version="^2"}
sphinx = {path="/home/daquintero/flexcompute/sphinx"}
sphinx = {path="packages/sphinx"} # Note interim migration to uv structure


# Testing, linting and docs
Expand Down

0 comments on commit d084cb4

Please sign in to comment.