Skip to content

Commit 9c5eaf9

Browse files
committed
Ensures that the up-to-date version of python3 is ran when building the documentation
1 parent f5a5ba7 commit 9c5eaf9

8 files changed

Lines changed: 21337 additions & 20970 deletions

File tree

.github/workflows/build_documentation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- uses: ammaraskar/sphinx-action@master
1717
with:
1818
docs-folder: "docs/"
19+
pre-build-command: "apt-get update -y && apt-get install -y python3"
1920
# Create an artifact of the html output.
2021
- uses: actions/upload-artifact@v1
2122
with:

dev/test_data/all-brite-entry-ids.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ br:br08310
8989
br:br08307
9090
br:br08327
9191
br:br08311
92+
br:br08403
9293
br:br08402
9394
br:br08401
94-
br:br08403
9595
br:br08411
9696
br:br08410
9797
br:br08420

dev/test_data/brite-entries/br_br08902.txt

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ B Drug classifications
9696
C br08303 Anatomical Therapeutic Chemical (ATC) classification
9797
C br08302 USP drug classification
9898
C br08301 Therapeutic category of drugs in Japan
99-
C br08303_ndc Anatomical Therapeutic Chemical (ATC) classification + Product (NDC)
10099
C br08313 Classification of Japanese OTC drugs
101100
C br08312 Risk category of Japanese OTC drugs
102101
C br08304 Traditional Chinese Medicine in Japan
@@ -111,11 +110,9 @@ C br08327 Antimicrobials abbreviations
111110
C br08311 Drugs listed in the Japanese Pharmacopoeia
112111
ADiseases
113112
B Human diseases
114-
C br08402 Human diseases
115-
C br08401 Infectious diseases
116-
C br08402_gene Human diseases + Genes
117-
C br08401_genome Infectious diseases + Genomes
118113
C br08403 Human diseases in ICD-11 classification
114+
C br08402 Pathway-based classification of diseases
115+
C br08401 Genome-based classification of infectious diseases
119116
C br08411 ICD-11 International Classification of Diseases
120117
C br08410 ICD-10 International Classification of Diseases
121118
C br08420 ICD-O-3 International Classification of Diseases for Oncology
@@ -134,5 +131,5 @@ B Organism information
134131
C br08605 Plant pathogens
135132
!
136133
#
137-
#Last updated: April 4, 2023
134+
#Last updated: June 1, 2023
138135
#» Japanese version

dev/test_data/drug-entry-ids.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,4 +395,5 @@ dr:D12390
395395
dr:D12391
396396
dr:D12423
397397
dr:D12467
398-
dr:D12559
398+
dr:D12559
399+
dr:D12604

0 commit comments

Comments
 (0)