Skip to content
Snippets Groups Projects
Commit 6e90d68a authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Remove one level of nesting in the docs directory hierarchy

parent e076f651
No related branches found
No related tags found
No related merge requests found
...@@ -9,10 +9,9 @@ docs: ...@@ -9,10 +9,9 @@ docs:
stage: "build" stage: "build"
script: script:
- "nix-build docs" - "nix-build docs"
- "cp --recursive --no-preserve=mode result/docs/. docs/build/"
artifacts: artifacts:
paths: paths:
- "docs/build/" - "./result/docs/"
expose_as: "documentation" expose_as: "documentation"
unit-tests: unit-tests:
......
File moved
File moved
File moved
File moved
File moved
...@@ -15,6 +15,6 @@ stdenv.mkDerivation rec { ...@@ -15,6 +15,6 @@ stdenv.mkDerivation rec {
]; ];
buildPhase = '' buildPhase = ''
${pyenv}/bin/sphinx-build -W docs/source $out/docs ${pyenv}/bin/sphinx-build -W docs/ $out/docs
''; '';
} }
File moved
File moved
File moved
File moved
!.gitignore
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment