Skip to content

Commit

Permalink
make all dirs all the time
Browse files Browse the repository at this point in the history
  • Loading branch information
fcurella committed Apr 19, 2021
1 parent 8c6f782 commit 6286fb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions faker/sphinx/documentor.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ def _write_standard_provider_index():


def _write_base_provider_docs():
(DOCS_ROOT / 'providers').mkdir(parents=True, exist_ok=True)
with (DOCS_ROOT / 'providers' / 'baseprovider.rst').open('wb') as fh:
_hide_edit_on_github(fh)
_write_title(fh, '``faker.providers``')
Expand Down

0 comments on commit 6286fb0

Please sign in to comment.