hyperledger / hyperledger/fabric
'make docs' results in "ERROR: tox config file not found"
Open
- Dominant language
- Go
- Stars
- 16.7k
- Forks
- 9.1k
- Avg merge
- 5h 38m
- Merged PRs (30d)
- 26
Description
Following something as trivial as
https://hyperledger-fabric.readthedocs.io/en/latest/docs_guide.html#building-locally
## Root Cause
* Found via: https://stackoverflow.com/a/62413225/21521485
I use a docker instance for development (usually one ubuntu-docker-container per project).
The relevant command
https://github.com/hyperledger/fabric/blob/42240f8b7fe767d3492984bb1988f0a348a6e0f1/Makefile#L342-L344
~uses~ runs on my setup as "docker-in-docker", which works fine, except the `-v` part, which mounts the volume of the HOST OS.
`/docs` is empty, thue the tox-container does not find the ini file
### Workaround
?
### Solution
?
Contributor guide
Assessment
This issue has not been assessed yet.