Skip to content

Commit c592da6

Browse files
committed
update description and 'force arg
1 parent 9d336aa commit c592da6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/generate_docs_pdoc.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#This script generates simple documentation using the pdoc3 library that can easily be published on github pages
12
import os
23
import subprocess
34

@@ -8,6 +9,6 @@
89
os.environ['PYTHONPATH'] = '..' + os.pathsep + os.environ.get('PYTHONPATH', '')
910

1011
# Run the pdoc command
11-
subprocess.run(['pdoc3', '--html', mod, '-o', output_dir, --force])
12+
subprocess.run(['pdoc3', '--html', mod, '-o', output_dir, '--force'])
1213
os.chdir('./docs')
1314
os.rename(mod[:-3]+'.html', 'index.html')

0 commit comments

Comments
 (0)