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:
stage: "build"
script:
- "nix-build docs"
- "cp --recursive --no-preserve=mode result/docs/. docs/build/"
artifacts:
paths:
- "docs/build/"
- "./result/docs/"
expose_as: "documentation"
unit-tests:
......
File moved
File moved
File moved
File moved
File moved
......@@ -15,6 +15,6 @@ stdenv.mkDerivation rec {
];
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