Skip to content

Commit 244606b

Browse files
authored
Merge pull request #32 from theislab/vibe_embpy
Configure Read the Docs for embpy
2 parents 4ea7512 + f3b7878 commit 244606b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
html_context = {
3838
"display_github": True, # Integrate GitHub
39-
"github_user": "grpinto",
39+
"github_user": "theislab",
4040
"github_repo": project_name,
4141
"github_version": "main",
4242
"conf_py_path": "/docs/",

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ optional-dependencies.test = [
208208

209209
# https://docs.pypi.org/project_metadata/#project-urls
210210
urls.Documentation = "https://embpy.readthedocs.io/"
211-
urls.Homepage = "https://github.com/grpinto/embpy"
212-
urls.Source = "https://github.com/grpinto/embpy"
211+
urls.Homepage = "https://github.com/theislab/embpy"
212+
urls.Source = "https://github.com/theislab/embpy"
213213

214214
[tool.hatch.metadata]
215215
allow-direct-references = true

0 commit comments

Comments
 (0)