Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

submodule path docs/src/pytorch-sphinx-theme not in .gitmodules #158

Open
1 of 11 tasks
jonathan-conder-sm opened this issue Sep 14, 2021 · 0 comments · May be fixed by #161
Open
1 of 11 tasks

submodule path docs/src/pytorch-sphinx-theme not in .gitmodules #158

jonathan-conder-sm opened this issue Sep 14, 2021 · 0 comments · May be fixed by #161

Comments

@jonathan-conder-sm
Copy link

🐛 Bug

The submodule docs/src/pytorch-sphinx-theme seems to be broken.
This prevents the following command from working:

$ kubectl kustomize https://github.com/pytorch/elastic.git/kubernetes/config/default?ref=v0.2.2

(workaround is to clone the repo first, but the former is more convenient).

Component (check all that applies):

  • state api
  • train_step api
  • train_loop
  • rendezvous
  • checkpoint
  • rollback
  • metrics
  • petctl
  • examples
  • docker
  • other

To Reproduce

Steps to reproduce the behavior:

$ git clone https://github.com/pytorch/elastic.git
$ cd elastic
$ git submodule update --init --recursive
fatal: No url found for submodule path 'docs/src/pytorch-sphinx-theme' in .gitmodules

Expected behavior

The submodule update should exit successfully (doesn't matter to me if the submodule is kept or not).

Environment

  • torchelastic version (e.g. 0.1.0rc1): current master (0293cea)
  • OS (e.g., Linux): Ubuntu
  • How you installed torchelastic (conda, pip, source, docker): N/A
  • Docker image and tag (if using docker): N/A
  • Build command you used (if compiling from source): N/A
  • Git commit (if installed from source): 0293cea
  • Python version: N/A
  • CUDA/cuDNN version: N/A
  • GPU models and configuration: N/A
  • Execution environment (on-prem, aws, etc): on-prem
  • Any other relevant information: kubectl version is 1.21.2, git version is 2.25.1
@jonathan-conder-sm jonathan-conder-sm linked a pull request Oct 13, 2021 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant