File tree 3 files changed +14
-1
lines changed
3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change
1
+ version : 2
2
+
3
+ sphinx :
4
+ configuration : docs/conf.py
5
+
6
+ python :
7
+ version : 3.8
8
+ install :
9
+ - requirements : docs/requirements.txt
Original file line number Diff line number Diff line change
1
+ Sphinx == 4.0.2
2
+ sphinx-rtd-theme == 0.5.2
3
+ myst-parser == 0.15.1
4
+ docutils < 0.17
Original file line number Diff line number Diff line change 191
191
sha256 = "0rkrsvvqr6g2p3v5vq88jhfp5sd0r1jqjh3vc5y26jn30z8s4fkz" ;
192
192
} ;
193
193
} ) ;
194
- pythonWithPackages = pkgs . python3 . withPackages ( ps : [ ps . sphinx myst-parser sphinx_rtd_theme ] ) ;
194
+ pythonWithPackages = pkgs . python3 . withPackages ( ps : [ ps . sphinx myst-parser sphinx_rtd_theme ps . pip ] ) ;
195
195
196
196
# Create a development shell of hls project
197
197
# See https://github.com/NixOS/nixpkgs/blob/5d4a430472cafada97888cc80672fab255231f57/pkgs/development/haskell-modules/make-package-set.nix#L319
You can’t perform that action at this time.
0 commit comments