Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fff83d commit b735720Copy full SHA for b735720
1 file changed
docs/build.py
@@ -16,6 +16,7 @@ def __init__(self, name, pre_args):
16
def args(self):
17
output_dir = os.path.join('docs', self.name)
18
artifacts_dir = os.path.join('build', 'docs', self.name) # for artifacts not part of the final documentation
19
+ os.makedirs(artifacts_dir, mode=0o755, exist_ok=True)
20
return [
21
*self.pre_args,
22
'.', # source dir
0 commit comments