Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nanaboamah89 authored Nov 15, 2024
1 parent 0643d4c commit 28330d8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,6 @@
on_gha = True #os.environ.get('GITHUB_ACTIONS', None) == 'True'
get_translation = True #os.environ.get('POEDITOR_PROJECT_ID', None) is not None

print('get_translation ' + str(get_translation))
print('on_rtd ' + str(on_rtd))
print('on_gha ' + str(on_gha))
# If we are on ReadTheDocs, and translation is required, download the translation file from poeditor
if on_rtd or get_translation:
import subprocess
Expand Down

0 comments on commit 28330d8

Please sign in to comment.