Skip to content

Commit

Permalink
Копирование ресурсов в доках
Browse files Browse the repository at this point in the history
  • Loading branch information
K1llMan committed May 9, 2023
1 parent 6e0ef4c commit b88ea1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def copy_resources(app, docname):
output_dir = os.path.join(app.outdir, 'src', 'Resources')
source_dir = os.path.join(app.srcdir, '..', '..', 'src', 'Resources')
if not os.path.exists(output_dir):
os.makedirs(os.path.join(app.outdir, 'src', 'Resources'))
#os.makedirs(os.path.join(app.outdir, 'src', 'Resources'))
shutil.copytree(source_dir, output_dir)

def setup(app):
Expand Down

0 comments on commit b88ea1f

Please sign in to comment.