mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 14:05:33 +00:00
[#1240] Rebased/updated 1240 patch
This commit is contained in:
@@ -204,7 +204,7 @@ def run_generate_docs(_):
|
||||
import api2doc
|
||||
with open(os.path.join(src_dir, 'api-files.txt')) as af:
|
||||
api_files = af.read().split()
|
||||
api_files = [os.path.abspath(os.path.join(src_dir, af)) for af in api_files]
|
||||
api_files = [os.path.abspath(os.path.join(src_dir, '../..', af)) for af in api_files]
|
||||
api2doc.generate(api_files, os.path.join(src_dir, 'api.rst'))
|
||||
|
||||
import mes2doc
|
||||
|
Reference in New Issue
Block a user