Skip to content

Commit

Permalink
Reduce generated docs/format due to RTD insufficient resource error
Browse files Browse the repository at this point in the history
  • Loading branch information
bennylp committed Feb 28, 2020
1 parent 81a7dfb commit 356cd32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
sys.exit(rc)

api_dir = 'pjlib_util' if doxy_dir=='pjlib-util' else doxy_dir
cmd = f'breathe-apidoc -f -p {api_dir} ' \
cmd = f'breathe-apidoc -f -g file -p {api_dir} ' \
f'-o api{os.sep}generated{os.sep}{api_dir} ' \
f'pjproject{os.sep}{doxy_dir}{os.sep}docs{os.sep}xml'
print(f'==> {cmd}')
Expand Down
2 changes: 1 addition & 1 deletion readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ sphinx:
# configuration: mkdocs.yml

# Optionally build your docs in additional formats such as PDF and ePub
formats: all
formats: []

# Optionally set the version of Python and requirements required to build your docs
python:
Expand Down

0 comments on commit 356cd32

Please sign in to comment.