1
0
Fork 0
mirror of https://github.com/NixOS/nix.dev.git synced 2024-10-18 14:32:43 -04:00

Sphinxify

This commit is contained in:
Domen Kožar 2017-03-02 14:26:00 +01:00
parent 6dcfb86e49
commit 566a5c53fe
No known key found for this signature in database
GPG key ID: C2FFBCAFD2C24246
2 changed files with 4 additions and 2 deletions

View file

@ -63,6 +63,8 @@ version = pkg_resources.get_distribution(project).version
# The full version, including alpha/beta/rc tags.
release = version
supress_warnings = ["ref.option"]
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
#

View file

@ -120,8 +120,8 @@ What to do if cache/hydra is down or unreachable?
Pass following to Nix commands:
- `--option connect-timeout 5` to wait only 5 second on binary package
- `--fallback` to build from source if binary package fetching fails
- :option:`--option connect-timeout 5` to wait only 5 second on binary package
- :option:`--fallback` to build from source if binary package fetching fails
How do I add a new binary cache?