Skip to content
Snippets Groups Projects
Commit 43d85133 authored by vlorentz's avatar vlorentz
Browse files

apidoc: Copy source files instead of assuming they are installed in the same dir.

This is no longer true since 0bcfadec.
parent b956d43d
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
set -e
create_links () {
mkdir -p sources/swh/
mkdir sources/
for pymodule in $(cd ../../ && bin/ls-py-modules) ; do
if [ "$pymodule" = 'swh-docs' ] ; then
continue
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment