mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-11 03:31:29 -07:00
Merge
This commit is contained in:
parent
6f8e9c1b29
commit
d706aca82b
22 changed files with 78 additions and 77 deletions
|
@ -45,7 +45,7 @@ class SphinxBuilder(object):
|
|||
try:
|
||||
buildername = 'html'
|
||||
|
||||
outdir = os.path.abspath(os.getcwd())
|
||||
outdir = os.path.abspath(os.path.join(os.getcwd(), "htmlout"))
|
||||
# Create the output directory if it doesn't exist
|
||||
if not os.access(outdir, os.F_OK):
|
||||
os.mkdir(outdir)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue