rchain / architecture-docs

Sphinx source for the architecture docs
http://rchain-architecture.rtfd.io/
Apache License 2.0
25 stars 27 forks source link

install sphinx dependencies #35

Closed kayvank closed 6 years ago

kayvank commented 6 years ago

Motiviation- make install fails with the error: exception: No module named 'sphinxcontrib.bibtex solution: install sphinxcontrib-bibtex dependency

JoshOrndorff commented 6 years ago

I was able to reproduce the error and confirm that the updated command resolves it on debian 9.

dckc commented 6 years ago

The dependency is in a requirements.txt file, so the traditional pip install -r requirements.txt might have been better, but whatever works.