docs: Update css for sphinx_rtd_theme to latest version, which includes selectors missing from old version.

This commit is contained in:
Aaron Giles 2021-09-05 21:54:43 -07:00
parent b018b00a6c
commit b63e260756
2 changed files with 4 additions and 2 deletions

View File

@ -531,6 +531,7 @@ Here is a complete example of how to create a software 3D renderer using **poly_
Our example renderer will only handle flat and Gouraud-shaded triangles with depth (Z)
buffering.
Types
~~~~~
@ -798,6 +799,7 @@ the current depth buffer value, and only store the pixel/depth value if its l
At the end of each iteration, we advance the 1/Z value by the X-delta in preparation for the
next pixel.
draw_triangle_gouraud
~~~~~~~~~~~~~~~~~~~~~

File diff suppressed because one or more lines are too long