Skip to content

Commit

Permalink
Bump up Doxygen Awesome CSS v2.3.3 - > v2.3.4
Browse files Browse the repository at this point in the history
 Improves Handling of pages with large number of headers.

Signed-off-by: Adarsh <[email protected]>
  • Loading branch information
AdarshRawat1 committed Jan 2, 2025
1 parent 648ceba commit a534181
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
env:
DOXYGEN_VERSION: 1.13.0
DOXYGEN_AWESOME_VERSION: 2.3.3
DOXYGEN_AWESOME_VERSION: 2.3.4
PR_PATH: pr-preview/${{ github.event.number }}
DOMAIN: p4lang.github.io
DEPLOYMENT: '<img src="https://github.com/user-attachments/assets/f94fada5-45ca-4271-9106-180728235ad2" alt="Rocket" width="25"/>'
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ sudo apt-get install -y graphviz
```
**Theme**
```bash
git clone --depth 1 -b v2.3.3 https://github.com/jothepro/doxygen-awesome-css ./docs/doxygen/awesome_css
git clone --depth 1 -b v2.3.4 https://github.com/jothepro/doxygen-awesome-css ./docs/doxygen/awesome_css
```

`P4C` also depends on Google Protocol Buffers (Protobuf). `P4C` requires version
Expand Down Expand Up @@ -379,7 +379,7 @@ sudo dnf install -y graphviz
```
**Theme**
```bash
git clone --depth 1 -b v2.3.3 https://github.com/jothepro/doxygen-awesome-css ./docs/doxygen/awesome_css
git clone --depth 1 -b v2.3.4 https://github.com/jothepro/doxygen-awesome-css ./docs/doxygen/awesome_css
```

You can also look at the [dependencies installation script](https://github.com/p4lang/p4c/blob/main/tools/install_fedora_deps.sh)
Expand Down Expand Up @@ -428,7 +428,7 @@ Installing on macOS:
```
**Optional Documentation theme:**
```
git clone --depth 1 -b v2.3.3 https://github.com/jothepro/doxygen-awesome-css ./docs/doxygen/awesome_css
git clone --depth 1 -b v2.3.4 https://github.com/jothepro/doxygen-awesome-css ./docs/doxygen/awesome_css
```

Homebrew offers a `protobuf` formula. It installs version 3.2, which should
Expand Down

0 comments on commit a534181

Please sign in to comment.