Skip to content

Commit

Permalink
Document requirement on Alectryon 1.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zimmi48 committed Oct 15, 2021
1 parent 103a4bb commit ff8817c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ This contribution contains two parts:
`nix-shell --argstr job hydra-battles` or `nix-shell --argstr job
addition-chains`.

- Building the PDF documentation also requires Alectryon 1.2 and SerAPI.
- Building the PDF documentation also requires Alectryon 1.4 and SerAPI.
See [`doc/movies/Readme.md`](doc/movies/Readme.md) for details.

- The general Makefile is in the top directory:
Expand Down
7 changes: 4 additions & 3 deletions doc/movies/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ This script has been tested with Python 3.7 or above and uses [Alectryon](https:
to transform "coq+rst" to "latex" file.

## Requirements
The script has been tested with a recent version of Alectryon v1.3.1 (Aug 28th, 2021). You can download it from
[Alectryon's site](https://github.com/cpitclaudel/alectryon).

you may also run `pip install -r requirements.txt`
This script requires Alectryon 1.4.

To get it, you may run `pip install -r requirements.txt` or
`nix-shell` (at the root of the project).



Expand Down
2 changes: 1 addition & 1 deletion doc/movies/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
alectryon >=1.3.1
alectryon >=1.4.0
2 changes: 1 addition & 1 deletion meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ build: |-
`nix-shell --argstr job hydra-battles` or `nix-shell --argstr job
addition-chains`.
- Building the PDF documentation also requires Alectryon 1.2 and SerAPI.
- Building the PDF documentation also requires Alectryon 1.4 and SerAPI.
See [`doc/movies/Readme.md`](doc/movies/Readme.md) for details.
- The general Makefile is in the top directory:
Expand Down

0 comments on commit ff8817c

Please sign in to comment.