Skip to content

Commit

Permalink
I gave up with submodules in RTD.
Browse files Browse the repository at this point in the history
I keep getting:

Submodule 'examples/riot/RIOT' (https://github.com/jcarrano/RIOT.git) registered for path 'examples/riot/RIOT'
Submodule 'examples/tinycbor/tinycbor' (https://github.com/intel/tinycbor.git) registered for path 'examples/tinycbor/tinycbor'
Cloning into '/home/docs/checkouts/readthedocs.org/user_builds/antidox/checkouts/latest/examples/riot/RIOT'...
Cloning into '/home/docs/checkouts/readthedocs.org/user_builds/antidox/checkouts/latest/examples/tinycbor/tinycbor'...
error: Server does not allow request for unadvertised object c0437eae785865cf05ed6f82e6f6e7d67cf6e9b1
Fetched in submodule path 'examples/riot/RIOT', but it did not contain c0437eae785865cf05ed6f82e6f6e7d67cf6e9b1. Direct fetching of that commit failed.
  • Loading branch information
jcarrano committed Sep 13, 2019
1 parent a2c4876 commit 992dfdd
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
version: 2

# avoid cloning the RIOT repo, too heavy
#~ submodules:
#~ exclude:
#~ - examples/riot/RIOT
# avoid cloning the repos, they break RTD
submodules:
include: all
exclude: all

python:
install:
Expand Down

0 comments on commit 992dfdd

Please sign in to comment.